unlock
Unlock the encrypted vault with your PIN to enable secure storage and retrieval of secrets. Uses AES-256-GCM and PBKDF2.
Instructions
Unlock the vault for this server session. Derives the AES-256-GCM key from PIN + salt using PBKDF2 (600,000 iterations, SHA-256). On wrong PIN, returns an error. After unlock, store/fetch/list/remove are available until lock is called or the server process exits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | Yes |