Skip to content

A Python script that encrypts and decrypts messages through a Vigenère cipher.

Notifications You must be signed in to change notification settings

jaketanis/cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Download cipher.py.
  2. Open your terminal, and then navigate to the folder where cipher.py file is located.
  3. Run python cipher.py. Follow the prompts to encrypt messages, or decrypt messages that were encrypted with the same key through a Vignére cipher.

Note: The script only works if the key is one word, or multiple words with no spaces. If a space is in the key, the script will throw an error.

About

A Python script that encrypts and decrypts messages through a Vigenère cipher.

Resources

Stars

Watchers

Forks

Languages