Skip to content

🔒 Programs so that you can easily encrypt and decrypt your message with different encryption algorithms

License

Notifications You must be signed in to change notification settings

NazarPonochevnyi/fast-encryption-software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages