qhash
get hash & SHA quickly
Install
go install github.com/EldersJavas/[email protected]
Usage
Quick Hash
https://github.com/EldersJavas/qhash
Usage:
qhash (-h) [crypto] [type]
Options:
[crypto]:
-MD4
-MD5
-SHA1
-SHA224
-SHA256
-SHA384
-SHA512
-MD5SHA1
-RIPEMD160
-SHA3_224
-SHA3_256
-SHA3_384
-SHA3_512
-SHA512_224
-SHA512_256
-BLAKE2s_256
-BLAKE2b_256
-BLAKE2b_384
-BLAKE2b_512
[type]:
-f file1 Get file
--s="string" Get string
-fs file1 file2... Get files
Example:
qhash -MD5 -f hello.go
qhash -MD5 --s="Hello"