Skip to content

Request for python version of AesKeyRing #193

Description

@abrav9595

Problem

  • Our producer is java based which uses AesKeyRIng with S3EncryptionClient to encrypt data.
  • But our consumer side requiring to decrypt data is in Python. However, Python does not contain AesKeyRing equivalent.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions