dcode: Recursively detect and decode strings, supporting hex, decimal, binary, base64, URL, FromChar encodings, Caesar ciphers, and MD5, SHA1, and SHA2 hashes
dcode is a command-line tool that enables the detection and decoding of strings within files or input data. It supports…