hckr hash¶
hash commands
hckr hash [OPTIONS] COMMAND [ARGS]...
md5¶
hash using MD5 algorithm
hckr hash md5 [OPTIONS]
Options
- -s, --string <string>¶
String to be hashed
- -f, --file <file>¶
File to be hashed
- -c, --chunk-size <chunk_size>¶
Size of chunks for file hash
sha1¶
hash using SHA1 algorithm
hckr hash sha1 [OPTIONS]
Options
- -s, --string <string>¶
String to be hashed
- -f, --file <file>¶
File to be hashed
- -c, --chunk-size <chunk_size>¶
Size of chunks for file hash
sha256¶
hash using SHA256 algorithm
hckr hash sha256 [OPTIONS]
Options
- -s, --string <string>¶
String to be hashed
- -f, --file <file>¶
File to be hashed
- -c, --chunk-size <chunk_size>¶
Size of chunks for file hash
sha512¶
hash using SHA512 algorithm
hckr hash sha512 [OPTIONS]
Options
- -s, --string <string>¶
String to be hashed
- -f, --file <file>¶
File to be hashed
- -c, --chunk-size <chunk_size>¶
Size of chunks for file hash