Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 336 Bytes

File metadata and controls

2 lines (2 loc) · 336 Bytes

Decrypting Subsitution Ciphers using Genetic Algorithms

This program can possibly decrypt substitution ciphers. The encipher.cpp enciphers a plain text with a random key. The decrypting_substitution_ciphers.cpp possibly decrypts the cipher text using genetics algorithm. A traing text file needs to be provided to this.