Skip to content

ColeMurray/LCGCrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCGCrack

A Linear Congruence Generator decryption tool. Xn = a*Xn-1 + b (mod n)

To run: Place book in LCGCipher folder titled "book1.enc" Program will return (a,b,m) that satisfy decryption.

Decrypt: substitute a,b,m into their respective locations and run.

├───LCGCipher
│       Decrypt.cpp
│       lcgcrack.cpp
│       LCGCrack.h
│       parseEnum.cpp
│
└───SubstitutionCipher
        Decrypt.cpp
        freqDist.xlsx
        FrequencyCount.cpp
        transposition.cpp

About

A Linear Congruence Generator decryption tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors