Identify the different types of hashes used to encrypt data and especially passwords.
This replaces hash-identifier, which is outdated!
hashID is a tool written in Python 3 which supports the identification of over 220 unique hash types using regular expressions. A detailed list of supported hashes can be found here.
It can identify a single hash, parse a file or read multiple files in a directory and identify the hashes within them. hashID can also include the corresponding hashcat mode and JohnTheRipperformat in its output.
hashID works out of the box with Python 2 ≥ 2.7.x or Python 3 ≥ 3.3 on any platform.
Note: When identifying a hash on *nix operating systems use single quotes to prevent interpolation.
Source code and additional information may be found here: https://github.com/psypanda/hashID