Request for python version of AesKeyRing
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Quiet
- Domain
- cloud, cryptography, security
Research direction
Start by reading the linked Java AesKeyring.java implementation and the S3EncryptionClient usage, then trace the Python package's existing encryption and keyring entry points. Done means a Python AesKeyRing equivalent can generate data keys with a caller-provided, non-KMS wrapping-key generator and decrypt data produced by the Java client.
Written by the indexing model from the issue text.
Description
Problem
- Our producer is java based which uses AesKeyRIng with
S3EncryptionClientto encrypt data. - But our consumer side requiring to decrypt data is in Python. However, Python does not contain
AesKeyRingequivalent.
We use AesKeyRing to generate DataKeys with our own WrappingKey generator , which is NOT KMS. This is a hard requirement for us and AesKeyRing unblocked us in java. However, we are blocked in python as its not available.
I wanted to raise this request to the team to implement a python version of AesKeyRing , so that we can be unblocked.
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aws/amazon-s3-encryption-client-python
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
All issues in aws/amazon-s3-encryption-client-python
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100