Module profligate::auto[][src]

Code for automatic decryption.

Modules

analysis

Letter frequency analysis.

validation

Guess validation.

Functions

auto_decrypt_caesar

Attempt to automatically decrypt a Caesar-ciphered string of text given a language’s letter frequency table and a validator. In the successful case, returns the amount of attempts.