Kerl1310 / Ciphers

Personal project developing a program that encodes pieces of text using various methods of encipherment.
0 stars 0 forks source link

Ciphers

Personal project developing a program that encodes pieces of text using various methods of encipherment.

As of 10/02/2016, the program contains algorithms for encoding/decoding using ROT-13 and Vigenere ciphers.

29/02/2016 - [UPDATE] Implemented Vernam and Rail Fence ciphers.

05/04/2016 - [UPDATE] Uploaded documentation word file.

11/04/2017 - [UPDATE] Uploaded updated source code: SHA-256 implemented, original class functions fully commented, counter incrementation changed from post-incrementation to pre-incrementation, removed use of std includes.