VigenereCipher
This repository contains sample of Vigenere encryption algorithm.
VigenereEncription class has methods: IEnumerable Encrypt(IEnumerablesource, string key) IEnumerable Dencrypt(IEnumerable encrypted, string key).
This repository contains sample of Vigenere encryption algorithm.
VigenereEncription class has methods: IEnumerable Encrypt(IEnumerablesource, string key) IEnumerable Dencrypt(IEnumerable encrypted, string key).