Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 476 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 476 Bytes

Text Encoder and Decoder

Encode and decode text in many ways using this GUI application!

Encode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url
  • MD5 Hash
  • SHA-1
  • SHA-224
  • SHA-384
  • SHA-256
  • SHA-512

Decode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url
Made with Python 3.9.6 and PyQt5 5.15.4