The purpose
I created a tool that generates SHA-1, SHA-256, SHA-384, and SHA-512 hash values from a string.
why this tool is needed
When creating a simple, fixed password, you compare the entered password with the stored hash value.
This page’s tool simplifies creating the hash value to be stored.
(This tool outputs a hexadecimal string. For details on the conversion/implementation, see the article below.)
comment