cryptography
Md5
The md5
subcommand is used to calculate the md5 hash of the nested expression:
| eval hash=md5(<expression>)
Sha1
The sha1
subcommand is used to calculate the sha1 hash of the nested expression:
| eval hash=sha1(<expression>)
Sha224
The sha224
subcommand is used to calculate the sha224 hash of the nested expression:
| eval hash=sha224(<expression>)
Sha256
The sha256
subcommand is used to calculate the sha256 hash of the nested expression:
| eval hash=sha256(<expression>)
Sha384
The sha384
subcommand is used to calculate the sha384 hash of the nested expression:
| eval hash=sha384(<expression>)
Sha512
The sha512
subcommand is used to calculate the sha512 hash of the nested expression:
| eval hash=sha512(<expression>)
Sha3_224
The sha3_224
subcommand is used to calculate the sha3_224 hash of the nested expression:
| eval hash=sha3_224(<expression>)
Sha3_256
The sha3_256
subcommand is used to calculate the sha3_256 hash of the nested expression:
| eval hash=sha3_256(<expression>)
Sha3_384
The sha3_384
subcommand is used to calculate the sha3_384 hash of the nested expression:
| eval hash=sha3_384(<expression>)
Sha3_512
The sha3_512
subcommand is used to calculate the sha3_512 hash of the nested expression:
| eval hash=sha3_512(<expression>)