Password Hash Generator

Generate SHA-256 and SHA-512 hashes of text. Useful for understanding password hashing concepts.

About This Tool

Generate cryptographic hashes of text using SHA-1, SHA-256, SHA-384, and SHA-512 via the Web Crypto API. Useful for understanding how password hashing works. Note: in production, use proper password hashing algorithms like bcrypt or argon2.