Skip to content

A simple C program to decipher mono alphabetic ciphers with original spacing that uses a dictionary attack.

License

Notifications You must be signed in to change notification settings

pedrocmoreno/dictmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dictmatch

A simple C program to decipher mono alphabetic ciphers with original spacing that uses a dictionary attack.

Usage:

use as 1st argument a dictionary file in the language of the cipher text and as 2nd argument a string with the cipher text.

both the dictionary and ciphertext should only contain lowercased letters from a to z and the words on the ciphertext should be separated by the original spaces.

About

A simple C program to decipher mono alphabetic ciphers with original spacing that uses a dictionary attack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages