@@ -456,10 +456,11 @@ (default) or as a binary value with -bin option. Using -chan option, a stacked channel is created and data read from the channel is used to calculate a message digest with the result returned with the last read operation before EOF. Use -key to specify the key and return a Hashed Message Authentication Code (HMAC). + To salt a password, append or prepend the salt text to the password. Type can be any OpenSSL supported hash algorithm including: md4, md5, sha1, sha256, sha512, sha3-256, etc. See tls::digests command for a full list.
tls::digests