Hash type sorting
#2
best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know which software/code generated it. "hash identifiers" like hashID for instance try to determine hashes by the length/signature etc, but it's not really reliable. sometimes you get dozens of results (very likely/probable algos) because the hashes just look the same/similar.

I think that grep and maybe a good text editor are the best options for an advanced user.
You can always compare the hashes with the example hashes (https://hashcat.net/wiki/example_hashes).
Reply


Messages In This Thread
Hash type sorting - by NOPResearcher - 05-11-2019, 11:53 AM
RE: Hash type sorting - by philsmd - 05-11-2019, 01:31 PM
RE: Hash type sorting - by NOPResearcher - 05-12-2019, 04:24 PM