|
libenigma
Enigma machine utility library
|
Functions | |
| float | enigma_brute_score (const EnigmaCrackParams *cfg, const char *text) |
| Calculate the score of a given text using the brute force dictionary cracking method. | |
This file implements scoring functions for brute force dictionary cracking of Enigma machines that were hopefully already partially cracked.
This file defines definitions for scoring functions for brute force dictionary cracking of Enigma machines that were hopefully already partially cracked.
| float enigma_brute_score | ( | const EnigmaCrackParams * | cfg, |
| const char * | text | ||
| ) |
Calculate the score of a given text using the brute force dictionary cracking method.
| cfg | The configuration parameters for the Enigma machine. |
| text | The text to be scored. |