Generate bcrypt password hashes from plain text. Adjustable cost factor. Use for secure password storage in applications.
Cost (rounds) controls how slow hashing is. Higher values are more secure but slower. Default 10 is a good balance.
Verify Bcrypt Password
Verify a password against a bcrypt hash. Enter password and hash to check if they match. All processing in your browser.
Create Scrypt Password
Generate scrypt password hashes from plain text. Configurable N, r, p parameters. Secure key derivation in your browser.
Password Generator
Generate strong, secure random passwords. Customize length and character types for maximum security.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Secure hash calculator for developers.