ironcrypt 0.1.2

Library-first crypto toolkit: Argon2 password hashing, AES-256-GCM / XChaCha20 streaming, RSA/ECC hybrid encryption, and optional CLI/daemon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "description": "DEMO ONLY — write-only API key hash (replace with output of `ironcrypt generate-api-key`)",
    "keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
    "permissions": ["write"]
  },
  {
    "description": "DEMO ONLY — read/write API key hash",
    "keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
    "permissions": ["write", "read"]
  },
  {
    "description": "DEMO ONLY — full access expands to read/write/delete/update",
    "keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
    "permissions": ["full"],
    "allowedServices": ["aws", "azure", "vault"]
  }
]