Encode
keychain_encodeBase64-encode plain text without altering your vault. Ideal for preparing values for secure storage or comparisons using the Bitwarden CLI.
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 |