You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: