Skip to content

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

Notifications You must be signed in to change notification settings

Coursal/LilCryptoDecoder

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages