{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.255Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"bcrypt-hash","name":"bcrypt Hash Generator & Verifier","description":"Generate a bcrypt hash from a password, or verify a password against an existing bcrypt hash — adjustable cost factor.","longDescription":"Hash a password with bcrypt (the Blowfish-based password hashing function used by everyone from Django to Spring Security) or verify whether a candidate password matches a stored hash. The cost factor (4-15) controls how slow the hash is — every +1 doubles the work, so 10 is a reasonable default for interactive logins while 12-13 is preferred for high-value accounts. The library used is bcryptjs running entirely in your browser — your password is never transmitted.","category":"text","categoryName":"Text & Encoding","keywords":["bcrypt hash generator","bcrypt password hash","bcrypt online","bcrypt hash online","verify bcrypt hash","bcrypt password verifier","bcrypt cost factor","bcrypt rounds","bcrypt encrypt password","bcrypt generator","password hashing online","bcrypt check password","bcrypt $2a $2b","bcryptjs online","bcrypt hash creator"],"badge":"Crypto","url":"https://toolsly.tools/bcrypt-hash","inputs":[{"type":"select","key":"mode","label":"Mode","defaultValue":"hash","choices":[{"value":"hash","label":"Hash a password"},{"value":"verify","label":"Verify a password against a hash"}]},{"type":"text","key":"password","label":"Password","defaultValue":"","placeholder":"Plain-text password","monospace":true},{"type":"number","key":"cost","label":"Cost (rounds) — hash mode only","defaultValue":10,"min":4,"max":15,"step":1,"help":"Each +1 doubles the work. 10 is a good default; 12-13 for high-value accounts."},{"type":"text","key":"hashToVerify","label":"Existing hash (verify mode only)","defaultValue":"","placeholder":"$2a$10$… or $2b$… or $2y$…","monospace":true}],"outputs":[{"key":"result","label":"Result"},{"key":"detail","label":"Detail"}],"invocation":{"webUi":"https://toolsly.tools/bcrypt-hash","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}