rok commented on issue #47435: URL: https://github.com/apache/arrow/issues/47435#issuecomment-3232575085
We currently don't have a Python API where a single DEK could be used which is on purpose to encourage use of KMS over single keys (which is not recommended security-wise). However users are asking for this and we should provide a good example of how to use KMS form C++. Alternatively we could provide a `pe.NonSecureKMS` in Python API that would provide what is asked for here but would be easy to swap out for a secure KMS when they need it. I'd prefer the first option as it doesn't weaken our encryption. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org