hash-string <string> to <result> \ [ binary [ <binary> ] \ [ digest <digest algorithm> ]Copied!
#get digests openssl list -digest-algorithmsCopied!
hash-string "hello world" to hashCopied!
hash-string "hello world" to hash digest "sha3-384"Copied!
hash-string "hello world" to hash digest "sha3-384" binaryCopied!