Skip to content

Latest commit

History

History
35 lines (24 loc) 路 1.2 KB

README.md

File metadata and controls

35 lines (24 loc) 路 1.2 KB

Documentation for Encryption Software

馃敀 Programs so that you can easily encrypt and decrypt your message with different encryption algorithms.

Get Started

  1. Clone repo

Encrypt/Decrypt with Caesar's Cipher

  1. Open file 褋aesar_褋ipher.py
  2. If you want to decrypt Caesar's Cipher, then in the 34 line of code, change '+=' to '-='
  3. Save and run this file in command line
  4. Input your text and key (offset in the alphabet) and press Enter
  5. Copy your encrypted/decrypted text, if you want of course :)

Encrypt/Decrypt with Vigener's Cipher

  1. Open file vigener_cipher.py
  2. If you want to decrypt Vigener's Cipher, then in the 38 line of code, change '+' to '-'
  3. Save and run this file in command line
  4. Input your text and key (your secret text) and press Enter
  5. Copy your encrypted/decrypted text, if you want of course :)

Encrypt/Decrypt with Vernam's Cipher

Vernam's Cipher coming soon!

License

MIT License

Good Hacking!