tools.universal_decoder module
Universal Decoder tool.
Automatic detection and decoding of text encoded in various formats including hex, binary, base64, base32, base58, base62, ASCII85, URL encoding, HTML entities, ROT13, ROT47, and Morse code.
- tools.universal_decoder.is_readable_text(text, threshold=0.7)[source]
Check whether is readable text.