simple
Password Hasher — simple
Hash passwords using MD5, SHA-1, SHA-256 and more.
⚠️ For passwords, use bcrypt/argon2 on the server side. SHA hashes are not suitable for storing passwords.
How to use Password Hasher
1
Enter Your Password in the Input Field
Click the text field labeled 'Enter password to hash' and type or paste your password. The field accepts up to 1000 characters.
2
Select Your Hashing Algorithm
Click the dropdown menu below the input field and choose from MD5, SHA-1, SHA-256, SHA-512, or bcrypt. SHA-256 is recommended for maximum security.
3
Click the Hash Button to Generate
Press the blue 'Generate Hash' button. Your hashed password appears instantly in the output box below.
4
Copy Your Hashed Password
Click the 'Copy to Clipboard' button next to the hash output. The result is now ready to use or paste elsewhere.