This is a python implemented cryptogram that encodes your texts and generate an encryption key and the encrypted text and decodes by entering encoded text and encryption key - ...
Simple substitution cipher solver that uses a dictionary of words (dictionary.txt, included in this repo), written in java. This program uses backtracking and two types of pruning, to maximize ...