Data obfuscation layer for encryption
- 主要言語
- Java
- スター
- 3.1k
- フォーク
- 1.6k
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 33
説明
Data obfuscation in sensitive columns - for users without access to column encryption keys.
1. Implement on top of [basic Parquet encryption](https://github.com/apache/parquet-format/blob/encryption/Encryption.md)
1. Built-in support for multiple masking mechanisms, with different trade-off between data utility, leakage, and size/throughput overhead
1. Provide interface for plug-in custom masking mechanism
1. Enable storing multiple masked versions of the same column in a file
1. Provide readers with explicit list of column’s masked versions in a file
1. Enable readers to select a masked version of a column
1. Stretch: Implement tools for analysis of file data privacy properties and information leakage
1. Stretch: Leverage privacy analysis tools for tuning file data anonymity
1. Optional: Support aggregated obfuscation
**Reporter**: [Gidon Gershinsky](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gershinsky) / @ggershinsky
**Assignee**: [Gidon Gershinsky](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gershinsky) / @ggershinsky
#### Related issues:
- [Parquet modular encryption](https://github.com/apache/parquet-java/issues/2110) (depends upon)
#### PRs and other links:
- [discussion googledoc](https://docs.google.com/document/d/1LMs74uhqvMNJacBySPnWq6tM8qIpgcIZz444c7vfibM/edit?usp=sharing)
**Note**: *This issue was originally created as [PARQUET-1376](https://issues.apache.org/jira/browse/PARQUET-1376). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、リンクされている Parquet の基本暗号化仕様と、関連するモジュール型暗号化の issue を読み、その後、リンクされている議論ドキュメントを確認してください。この issue では、マスキング機構、プラグイン対応、マスクされた列の複数のバージョン、reader による選択、任意の分析ツールについて説明されていますが、Java ファイルやテストは指定されていません。完了とするには、この広範な設計について合意し、実装する必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- cryptography, data-engineering, security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100