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