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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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