Skip to content

This repository contains the encoder and decoder in pyhton for various encryption techniques

License

Notifications You must be signed in to change notification settings

abhi-shukla/cryptography-plays

Repository files navigation

cryptography-plays

This repository contains the encoder and decoder in python for various encryption techniques

Example of Caesar Cipher decoder

C:\python caesar_decoder.py
Enter cipher to decode: WKLV LV PB PHVVDJH
Enter your guess of shift: 3

image of sample output from Caesar Cipher Decoder

Example of ROT13 encoder and decoder

C:\python ROT13_encoder_decoder.py
Enter message that you would like to encrypt/decrypt using ROT13: GUR FXL VF OYHR NAQ GUR TENFF VF TERRA

image of sample output from ROT13 Decoder

Example of Base64 decoder

C:\python base64_decoder.py
Enter cipher to decode: WKLV

image of sample output from Base64 Decoder

Example of XOR encrytion and decryption

C:\python XOR_encoder_decoder.py
Enter the cipher text or plain text: ROSESARERED
Enter the key for encryption or decryption: 2134
Here's the output:  

image of sample output from XOR Encoder and Decoder

About

This repository contains the encoder and decoder in pyhton for various encryption techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages