Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 336 Bytes

LilCryptoDecoder

A simple C++ program that generates every possible decryption of a message using Affine and Irregular Columnar Transposition ciphers.

Limitations:

  • Irregular Columnar Transposition works only if the number of characters of the plain text in encr_transposition.txt are divisible by 4, minus 2 characters.