项目作者: Coursal

项目描述 :
A simple C++ program that generates every possible decryption of a message using Affine and Irregular Columnar Transposition ciphers.
高级语言: C++
项目地址: git://github.com/Coursal/LilCryptoDecoder.git
创建时间: 2018-04-29T22:03:56Z
项目社区:https://github.com/Coursal/LilCryptoDecoder

开源协议:

下载


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.