# Hash Generator

Calculate SHA-256, SHA-384, or SHA-512 hashes.

URL: https://everythingdeck.com/hash-generator

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Paste text, select SHA-256, SHA-384, or SHA-512, and calculate its hexadecimal digest.

## Example
Compare the SHA-256 digests of two strings to check whether they are identical.

## Inputs
text

## Outputs
text

## Capabilities
- SHA-256
- SHA-384
- SHA-512
- hash comparison

## Limitations
Hashing is one-way and is not encryption. Plain SHA hashes are not suitable for storing passwords.

## Related tools
- [JSON Formatter](https://everythingdeck.com/json/format)
- [Regex Tester](https://everythingdeck.com/regex-tester)
- [UUID Generator](https://everythingdeck.com/uuid-generator)
