You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: