Encode
keychain_encodeBase64-encode a plain text string without modifying the vault. Returns encoded text.
Instructions
Base64-encode a string with bw encode. This never mutates the vault; it only returns encoded text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Plain text value to base64-encode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes |