store
Encrypt and save any plaintext value under a key using AES-256-GCM. Overwrites existing data for the same key.
Instructions
Encrypt a value with AES-256-GCM and save under the given key. A random 96-bit IV is generated per encryption. Overwrites any existing value for the same key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Item name. | |
| value | Yes | Plaintext value to encrypt. |