Skip to content

Simple program to encrypt or decrypt message using Vigenère encryption.

Notifications You must be signed in to change notification settings

d35r0n/vigenere-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

vigenere-encryption

This is a simple Python program to either encrypt an unencrypted message or decrypt a message that is encrypted using Vigenère Cipher.

Usage is pretty easy, just select whether you want to encrypt or decrypt and then enter the decrypted or encrypted text respectively. After that, input the key to encrypt or decrypt the message. Keep in mind, the code won't be decrypted if you don't have the key. Also, the key isn't case sensitive. And the key can only be words or sentences. No special characters are allowed.

About

Simple program to encrypt or decrypt message using Vigenère encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages