Python3 program that identifies data and password hashes. More information: https://github.com/psypanda/hashID.
stdin (through typing, copying and pasting, or piping the hash into the program):hashid
hashid {{hash1 hash2 ...}}
hashid {{path/to/hashes.txt}}
hashid --extended {{hash}}
hashcat’s mode number and john’s format string of the hash types:hashid --mode --john {{hash}}
stdout:hashid --outfile {{path/to/output.txt}} {{hash}}