Module profligate::auto::validation[][src]

Guess validation.

Structs

CribValidator

This type of validator checks if the decrypted plaintext contains a known phrase, ie. a crib.

WordList

A word list utilizing a hash set under the hood.

WordListValidator

A validator that checks the plaintext against a word list with a given threshold.

Constants

ENGLISH_WORDS

Traits

Validator

This trait is responsible for judging whether or not a possible decrypted plaintext is correct.