A tool for generating SHA hash values from strings

This article can be read in about 2 minutes.
PR

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.)

PR

Tool

comment

Copied title and URL