Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AES-CTR support #2282

Closed
adamreeve opened this issue Jan 24, 2025 · 1 comment
Closed

AES-CTR support #2282

adamreeve opened this issue Jan 24, 2025 · 1 comment

Comments

@adamreeve
Copy link

Hi, I see this question has been raised a few times previously (eg. #693 and #414) but those issues have been closed due to the use cases not being appropriate for ring.

I'm trying to implement support for Parquet modular encryption in the Apache Arrow rust library (apache/arrow-rs#6637).

The Parquet format supports two encryption algorithms, one based on AES-GCM and another that uses a combination of AES-GCM for metadata and AES-CTR for data pages. We have implemented support for reading Parquet files that only use AES-GCM with ring, but it looks like ring doesn't expose a way to use AES-CTR.

Would it be possible to reconsider exposing an AES-CTR implementation for this use case?

@briansmith
Copy link
Owner

OK, I will reopen #414. Closing this as a duplicate of that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants