Skip to content

neroist/text-encode-and-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-256
  • SHA-512

Decode in:

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