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–12). 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
No. The server generates or verifies the hash and does not log or store your input.
It controls hashing time (10 = default, 12 = stronger but slower). Use 10 unless you need higher security.
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.