strongbox icon indicating copy to clipboard operation
strongbox copied to clipboard

Multi-language support

Open stiankri opened this issue 8 years ago • 0 comments

Because Strongbox depends on the AWS Encryption SDK it is hard to create clients in languages not supported by it (currently only Java and Python.

One possible approach is to avoid using the AWS Encryption SDK for small secrets (up to 4kB) and encrypt using KMS directly rather than via the Encryption SDK.

stiankri avatar Nov 23 '17 20:11 stiankri