Skip to content

Files

Latest commit

2b565b6 · May 24, 2025

History

History
28 lines (24 loc) · 692 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 692 Bytes

INSTALLATION

pip install -r requirements.txt

Supported Encoding/Decoding - Encryption/Decryption Options:

  • Binary to ASCII
  • ASCII to Binary
  • Hexadecimal to ASCII
  • ASCII to Hexadecimal
  • Base64 to ASCII
  • ASCII to Base64
  • Base58 to ASCII
  • ASCII to Base58
  • ROT13 to ASCII
  • ASCII to ROT13
  • Offset to ASCII
  • ASCII to Offset
  • RSA to ASCII
  • ASCII to RSA
  • AES to ASCII
  • ASCII to AES
  • 3DES to ASCII
  • ASCII to 3DES

image