It's a program that can encrypt, decrypt and crack texts using cryptanalysis.
-
Caesar cipher
-
Affine cipher
-
Simple substitution cipher
-
Polybius cipher
-
Vigenere cipher
-
Brute force
-
Frequency analysis of letters
-
Frequency analysis of n-grams
-
'Hill-climbing' algorithm
-
Accounting for the index of coincidence
Before installing the program, check that cmake and libboost-all-dev packets are installed.
$ git clone https://github.com/CppHackers/Cipher_crack
$ cd Cipher_crack
$ ./install.sh$ crack [general options] [cipher options] [encrypt/decrypt/crack options]$ man crackor
$ crack --helpor
$ crack -h