Skip to content

A python script that contains multiple functionalities (Hashing, Encoding/Decoding...etc.)

Notifications You must be signed in to change notification settings

nasbench/Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encoder-Decoder python version

Functionalities

  • Decode/Encode a string (Binary, Base16, Base32, Base64)
  • Hash a string (MD5, SHA1, SHA224, SHA256, SHA384, SHA512)
  • Calculate the checksum of a file (MD5, SHA1, SHA224, SHA256, SHA384, SHA512)
  • XoR two strings

Usage

To use the script, use the following command:

python encoder-decoder.py