aws / aws/aws-encryption-sdk-cli
AWS ESDK CLI ciphertext compatibility issue with other language implementations
- Dominant language
- Python
- Stars
- 82
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
### Problem:
We've been testing compatibility of the ciphertext between different language implementations of the AWS ESDK This is an very important for us because we have many applications across our company that need to share encrypted data. These applications are written in a number of different language which makes it critical that ciphertext can be created by one language and decrypted by another.
We've confirmed compatibility between python, go, c so far. The CLI however is not compatible. It seems this is because the latest version of the ESDK CLI v4.2.0 requires ESDK v3.3.0. The latest version of the ESDK is 4.0.0 and includes the highly recommended AWS Cryptographic Material Providers Library (MPL).
Is there a plan to update the CLI to use the latest ESDK version?
Contributor guide
Assessment
This issue has not been assessed yet.