nasbench / Encoder-Decoder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%