Skip to content

Utilities / Cryptography

Tool Source Description Tags File Extensions Profiles
Ares GitHub Release Automated decoding of encrypted text without knowing the key or ciphers used malware-analysis, pe-analysis .exe, .dll
CyberChef GitHub Release CyberChef is a web app for data processing and analysis. It provides a wide range of operations for encoding, decoding, encrypting, decrypting, and analyzing data. data-processing, encoding, decoding, deobfuscation, encryption, hashing .bin, .txt, .json, .hex
Gpg4win HTTP Gpg4win provides GnuPG and related tools for Windows. encryption .gpg, .asc, .pgp
VeraCrypt HTTP VeraCrypt is a disk encryption tool. encryption, disk-forensics .hc, .tc Full only
chepy Python Chepy is a python library with a handy cli that is aimed to mirror some of the capabilities of CyberChef. A reasonable amount of effort was put behind Chepy to make it compatible to the various functionalities that CyberChef offers, all in a pure Pythonic manner. data-processing, encoding, decoding, deobfuscation, hashing .bin, .txt, .hex
hashcat HTTP hashcat is a password recovery tool. password-cracking, hashing Full only
name-that-hash Python The Modern Hash Identification System. hashing, file-analysis
pycryptodome Python encryption, cryptography