{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-03T20:13:38.945Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://myaitools.net/qr-code-generator"},{"slug":"password-generator","name":"Password Generator","url":"https://myaitools.net/password-generator"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://myaitools.net/wifi-qr-code-generator"},{"slug":"caesar-cipher","name":"Caesar Cipher","url":"https://myaitools.net/caesar-cipher"},{"slug":"random-string-generator","name":"Random String Generator","url":"https://myaitools.net/random-string-generator"},{"slug":"json-to-typescript","name":"JSON to TypeScript","url":"https://myaitools.net/json-to-typescript"},{"slug":"bip39-mnemonic","name":"BIP39 Mnemonic Generator","url":"https://myaitools.net/bip39-mnemonic"},{"slug":"cron-generator","name":"Cron Expression Generator","url":"https://myaitools.net/cron-generator"}],"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://myaitools.net/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://myaitools.net/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."}}