aroradaman / vigenere-cipher

Encryption and Decryption using vigenere cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vigenere-Cipher

Encryption and Decryption using vigenere cipher

The code contains two functions - encrypt() and decrypt()

  encrypt() takes two arguements - plain text and key , and return the cipher text
 
  decrytp () also takes one arguement - cipher text; it return the plain text

About

Encryption and Decryption using vigenere cipher


Languages

Language:Python 100.0%