Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 545 Bytes

Documentation for Encryption Software

Encrypt with Caesar's Cipher

  1. Open file сaesar_сipher.py
  2. Save and run this file in command line
  3. Input your text and key (offset in the alphabet) and press Enter
  4. Copy your encrypted text, if you want of course :)

Encrypt with Vigener's Cipher

  1. Open file vigener_cipher.py
  2. Save and run this file in command line
  3. Input your text and key (your secret text) and press Enter
  4. Copy your encrypted/decrypted text, if you want of course :)

License

MIT License