Bcrypt Generator & Verifier
Generate bcrypt hashes or verify a password against a hash. Processing is done on the server; data is not stored.
Generate hash
Verify password
Example
Enter a password and click Generate hash to get a bcrypt hash (cost 10–14). Use Verify to check if a password matches a hash. Hashes are generated on the server; we do not store your password or hash.
FAQ
Security Tools
JWT Decoder
Decode JWT header and payload, view expiry and validity.
UUID Generator & Validator
Generate UUID v4 and validate. Bulk 1–1000, export TXT/CSV.
Random String Generator
Generate random strings. Length, uppercase, lowercase, numbers, symbols.
Password Generator
Generate strong passwords. Length, symbols, strength meter.
Hash Generator
MD5, SHA-1, SHA-256, SHA-512 hashes from text.
Unix Permission Calculator
Visual chmod checkboxes to octal and symbolic permissions.
JWT Encoder
Create HS256 JWTs with header, payload, and secret (Web Crypto).
HMAC Generator
Generate HMAC-SHA256 or HMAC-SHA1 with a secret key.