iiRecord
Agentic AI Atlas · bcrypt
library:bcrypta5c.ai
II.
Library JSON

library:bcrypt

Structured · live

bcrypt json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-backend.yamlCluster · domain
Record JSON
{
  "id": "library:bcrypt",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "bcrypt",
    "belongsToLanguageId": "language:javascript",
    "category": "crypto",
    "description": "Node.js library for hashing passwords using the bcrypt adaptive\ncost algorithm, providing salted hashes and configurable work\nfactors to guard against brute-force attacks.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:bcrypt",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:bcrypt",
      "to": "skill-area:authentication-authorization",
      "kind": "used_for"
    },
    {
      "from": "library:bcrypt",
      "to": "library:jsonwebtoken",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}