I have one hash, I know its value, but not its type. Here is it:
6dfb036bf703d75f9bc8219ba1224d876783fa61
I tried something like php -r "echo sha1('abc');"
, but it gave me another value, so this hash is not SHA1.
How to identify this type of hash?