🛡️

Bcrypt Hash

Hash or verify text using a bcrypt-like scheme (simulated with SHA-256 + salt).

crypto API: POST /api/tools/bcrypt-hash

Input

🔌 API Usage

POST /api/tools/bcrypt-hash
Content-Type: application/json

// Example body:
{
  "text": "",
  "rounds": "12",
  "mode": "hash",
  "hash": ""
}