Skip to content

Releases: Vokkels/CryptographyProject_TomatoSauce

Crypto Tomato Sauce Cryptography Project

18 May 18:08
Compare
Choose a tag to compare

Implements basic cryptography functions for a security project
Ciphers include:
+Transposition Cipher
+Vigenere Cipher
+Vernam Cipher
+Winding Cipher -> mix of block chaining and circular link lists

Please note that the bottom two ciphers have some trouble encrypting text message but all of them works on files. The algorithms are written for hex strings which are slower than bytes but used for project demonstration.