Skip to main content

A module that can decode/encode text in various ciphers.

Project description

This is a module for decoding/encoding text in various ciphers.

Usage: Current commands available are:

Encoders:-

text2bin(text) text2oct(text) text2hex(text) text2atbash(text) text2caesar(text, shift) text2railfence(text, key=3)

Decoders:-

bin2text(binary_text) oct2text(oct_text) hex2text(hex_text) atbash2text(encrypted_text) caesar2text(encrypted_text, shift) caesarBruteforce(encrypted_text) railfence2text(cipher, key=3) reverse(text)

CHANGE LOG


0.0.1 (23/01/2021)

  • Inititial Release

0.0.2 (24/01/2021)

  • Added functions for encoding/decoding the RailFence/Zig-Zag cipher.

0.0.3 (24/01/2021)

  • Added functions for encoding/decoding text in octal.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dcoder-0.0.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page