Sha1
NAME¶
sha1 - SHA-1 hash encoding
DESCRIPTION¶
Computes SHA-1 hash of input bytes and outputs the hex digest. SHA-1 is a one-way hash function and cannot be decoded.
Note: SHA-1 is cryptographically broken and should not be used for security purposes.
OPTIONS¶
--lowercase¶
Output hex digest in lowercase
EXAMPLES¶
| Sample | Encoded |
|---|---|
hello world |
2AAE6C35C94FCFB415DBE95F408B9CE91EE846ED |