Tool List:
-
Recover printable text that was encoded in b64 but then lost casing e.g. "SGVSBG8GV29YBGQH"
-
Hide and view text/files in PNGs using their filter bytes
-
Recover printable text that was encoded in binary without leading zeros nor spacing e.g. "01001000 01100101" -> "10010001100101"
-
Recover printable text without spacing/partially coruppted from encodings including binary, decimal, octal and hex.
-
Tools to solve both 5x5 and 6x6 nihilist ciphertexts with hill-climbing and frequency analysis
-
Recover printable text that was encoded in binary but then decoded as base64, losing any resulting non-ascii characters