Common use cases
- Integrity checks
- Create digests for comparing text values.
- Technical docs
- Show example hashes in documentation.
- Security testing
- Compare hash algorithms in non-production workflows.
Calculate SHA-256, SHA-384 and SHA-512 hashes for text.
Your tool
Use it well
FAQ
SHA-256 is more appropriate for modern integrity checks than MD5.
No. Password storage should use dedicated algorithms such as Argon2, bcrypt or scrypt with salts.
A cryptographic hash is designed to be one-way, unlike encoding such as Base64.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.