Online SHA Secure Hash Tool
Tool Introduction:
Online SHA Secure Hash Tool supports SHA family algorithms including: SHA-1; SHA-2 series (SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256); and SHA-3 series (SHA-224, SHA-256, SHA-384, SHA-512). Results can be output in Base64 or hexadecimal format.
About Online SHA Tool:

SHA (Secure Hash Algorithm) is a family of cryptographic hash functions certified by FIPS. It calculates a fixed-length string (also called a message digest) corresponding to a digital message. If the input messages are different, they are highly likely to correspond to different strings. The Online SHA Secure Hash Tool (often called a SHA encryption tool, although strictly speaking hash functions are not encryption algorithms) is an online tool that provides secure hash calculations. This tool supports algorithms including: SHA1, SHA2 (SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256), SHA3 (SHA3-224, SHA3-256, SHA3-384, SHA3-512).
SHA Family Algorithms:
SHA-1 is the first generation SHA algorithm standard.
SHA-2 is the second generation SHA algorithm standard, including: SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256.
- SHA-256: Can generate a message digest with a length of 256 bits.
- SHA-224: A "truncated version" of SHA-256, can generate a message digest with a length of 224 bits.
- SHA-512: Can generate a message digest with a length of 512 bits.
- SHA-384: A "truncated version" of SHA-512, can generate a message digest with a length of 384 bits.
SHA-3 is the third generation SHA algorithm standard, including: SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, and SHAKE256.