Support newline-friendly format for Red October secrets
Open
- Dominant language
- Go
- Stars
- 85
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, Red October ciphertexts are stored as base64-encoded JSON. This means that they must be stored verbatim with no newlines in the base64. For large ciphertexts, this is very unfriendly to certain editors. We should add support for another format that supports newlines to make this more friendly.
Contributor guide
Assessment
This issue has not been assessed yet.