Skip to content

SHA Command

sha256, sha384, and sha512 commands

Each command can be used to create a hash of its type. sha256 generates a sha256 hash and so on. The commands accept input in the form of stdin or a specified input file.

Example :

wolfssl -sha384 file.txt

echo "hi" | wolfssl -sha384