Detect the possible hash-types corresponding to a string, right from your terminal.
~ ❯❯❯ npm install -g hash-detector-cli
~ ❯❯❯ hash-detect --help
Detect hashes in a string.
Usage
~ ❯❯❯ hash-detect <string>
~ ❯❯❯ echo <string> | hash-detect
~ ❯❯❯ cat <file> | hash-detect
Options
-p, --plain Display output without log symbols
Example
~ ❯❯❯ hash-detect 17413f944145f37dcaa9bc55d9a201a248a08aae
✔ SHA-1, RIPEMD, Tiger, HAVAL-160, HAS-160
MD2,MD4,MD5,MD6SHA-1,SHA-224,SHA-256,SHA-384,SHA-512HAVAL-128,HAVAL-160,HAVAL-192,HAVAL-224,HAVAL-256Tiger,Tiger-128,Tiger-192RIPEMD,RIPEMD-180,RIPEMD-256,RIPEMD-320Snerfu-128,Snerfu-256Streebog-256,Streebog-512FNV-1-32,FNV-1-64FNV-1a-32,FNV-1a-52,FNV-1a-64,FNV-1a-1024,FNV-1a-128,FNV-1a-512HAS-160GOSTMDC-2BLAKE-512WhirpoolSpectral Hash
- hash-detector - API for this module
MIT © Nikolaos Kamarinakis