Skip to content

clamesys/Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.