SHA-512 Generator

Generate a SHA-512 hash from text (UTF-8).

Paste text to get SHA-512 (128 hex characters) via the Web Crypto API.

Processing is local. A longer hash alone does not make plain hashing suitable for passwords.

Recommended tools

FAQ

No. Use a password hashing scheme with salt and a slow KDF (for example Argon2, scrypt or bcrypt), not a raw SHA-512 of the password.