HasherTool.

How to use:

Simply input the plaintext you would like to hash into the top box and an output will appear in the box below; it contains the hash value made with a bit length the same as the number in the algorithm name, e.g. SHA-256 produces a hash with a bit-length of 256.

The hash produced here is in the form of hexadecimal. Another way to find the bit-length of the hash is by going from hexadecimals to bits. The conversions are as follows:

1 hexadecimal character = 4 bits

1 base64 character = 6 bits

1 text character = 8 bits

SHA384



Information

SHA-2 is a set of cryptographic hash functions designed by the United States National Security Agency and first published in 2001. They were made in replacement of SHA-1 once it had been broken and considered insecure.

The bit lengths of hash values produced are 224, 256, 384, or 512 bits