Subcommand | Description | Syntax |
md5 | Calculates the MD5 hash of the nested expression | md5(<expr>) |
sha1 | Calculates the SHA1 hash of the nested expression | sha1(<expr>) |
sha224 | Calculates the SHA224 hash of the nested expression | sha224(<expr>) |
sha256 | Calculates the SHA256 hash of the nested expression | sha256(<expr>) |
sha384 | Calculates the SHA384 hash of the nested expression | sha384(<expr>) |
sha512 | Calculates the SHA512 hash of the nested expression | sha512(<expr>) |
sha3_224 | Calculates the SHA3-224 hash of the nested expression | sha3_224(<expr>) |
sha3_256 | Calculates the SHA3-256 hash of the nested expression | sha3_256(<expr>) |
sha3_384 | Calculates the SHA3-384 hash of the nested expression | sha3_384(<expr>) |
sha3_512 | Calculates the SHA3-512 hash of the nested expression | sha3_512(<expr>) |
| eval hash=md5(<expr>)
| eval hash=sha1(<expr>)
| eval hash=sha224(<expr>)
| eval hash=sha256(<expr>)
| eval hash=sha384(<expr>)
| eval hash=sha512(<expr>)
| eval hash=sha3_224(<expr>)
| eval hash=sha3_256(<expr>)
| eval hash=sha3_384(<expr>)
| eval hash=sha3_512(<expr>)