/Vigenere_Cipher

A classic cipher encryption program using Vigenere Cipher

Primary LanguageC#

Build Status

Vigenere Cipher

a simple cipher that takes a key and shifts the string into an encrypted string

Features

  • enyption using a private key which you enter yourself
  • encrpytion of multiple round for better security
  • decryption for multi rounds

Future plans

  • support different key for each round