Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 313 Bytes

File metadata and controls

19 lines (14 loc) · 313 Bytes

Encoder-Decoder

I made a Encoder / Decoder

Encode any data into the provided encoder And Also Decode them.

Freatures :

  1. Base16
  2. Base32
  3. Base64
  4. Binary
  5. Caesar.Cipher (using your key)

Install the requirements.txt using pip install -r requirements.txt

Have Fun.