NazarPonochevnyi / fast-encryption-software

๐Ÿ”’ Programs so that you can easily encrypt and decrypt your message with different encryption algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

๐Ÿ”’ Programs so that you can easily encrypt and decrypt your message with different encryption algorithms

License:MIT License


Languages

Language:Python 100.0%