Module rot47_decoder

Source
Expand description

For the rot47 decoder Decode a ROT47 cipher string Performs error handling and returns a string Call rot47_decoder.crack to use. It returns option and check with result.is_some() to see if it returned okay. Uses Low sensitivity for gibberish detection.

Structsยง

ROT47Decoder
ROT47 Decoder