Verify a password against a scrypt hash. Enter password and hash to check if they match. All processing in your browser.
No. Verification runs entirely in your browser. Your password and hash never leave your device.
Create Scrypt Password
Generate scrypt password hashes from plain text. Configurable N, r, p parameters. Secure key derivation in your browser.
Verify Bcrypt Password
Verify a password against a bcrypt hash. Enter password and hash to check if they match. All processing 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.