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.