Hash Generator

Enter a login and password to see the cryptographic hash produced by combining them. The same inputs always produce the same hash, but the hash cannot be reversed.

Combined input:
SHA-256 Hash:
Copied to clipboard!
How it works: The login and password are concatenated (e.g. alice:p@ssw0rd) and then passed through a one-way cryptographic hash function using the Web Crypto API built into your browser. The resulting digest is displayed as a hexadecimal string. Even a single character change produces a completely different hash.