apache / parquet-format

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

Address AES GCM invocation limit in encryption spec #435

Closed asfimport closed 5 months ago

asfimport commented 5 months 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 5 months ago

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