apache / parquet-format

Apache Parquet Format
https://parquet.apache.org/
Apache License 2.0
1.69k stars 422 forks source link

Address AES GCM invocation limit in encryption spec #435

Closed asfimport closed 2 weeks ago

asfimport commented 3 weeks ago

AES GCM specification limits the number of encryption operations with one key to 2^32. Mention this limit in the Parquet encryption spec, and explain its implications.

Reporter: Gidon Gershinsky / @ggershinsky Assignee: Gidon Gershinsky / @ggershinsky

PRs and other links:

Note: This issue was originally created as PARQUET-2491. Please see the migration documentation for further details.

asfimport commented 2 weeks ago

Gidon Gershinsky / @ggershinsky: https://github.com/apache/parquet-format/pull/259