🔒 Programs so that you can easily encrypt and decrypt your message with different encryption algorithms.
- Clone repo
- Open file сaesar_сipher.py
- If you want to decrypt Caesar's Cipher, then in the 34 line of code, change '+=' to '-='
- Save and run this file in command line
- Input your text and key (offset in the alphabet) and press Enter
- Copy your encrypted/decrypted text, if you want of course :)
- Open file vigener_cipher.py
- If you want to decrypt Vigener's Cipher, then in the 38 line of code, change '+' to '-'
- Save and run this file in command line
- Input your text and key (your secret text) and press Enter
- Copy your encrypted/decrypted text, if you want of course :)
Vernam's Cipher coming soon!