Optimized code for decrypting hashes. It works 100 times faster than others
-
Updated
Aug 9, 2024 - Python
Optimized code for decrypting hashes. It works 100 times faster than others
It is a very fast (100 times faster) and simple tool for sorting passwords by their hashes. It supports several hashing algorithms such as MD5, SHA1, SHA256, SHA512. The program can work with both individual hashes and files containing multiple hashes.
Hash Dad is a simple command-line tool written in Python that can crack passwords by hashing them using various hashing algorithms and comparing the hashes against a given wordlist.
Solutions to the exercises of the Distributed Lab
Verify Hash can be used to generate a hash of a file or can be used to verify the integrity of the file.
Add a description, image, and links to the hash-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the hash-algorithms topic, visit your repo's landing page and select "manage topics."