-
Notifications
You must be signed in to change notification settings - Fork 8
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
Encryption support #16
Comments
Hi, I'd like to pick up this👀 |
Have fun |
I spent some time looking at the orc format documentation and code. I divided the implementation plan into decryption and encryption. decryptionThe implementation of the decryption function is divided into decryption of statistical information and decryption of column data. Before this, the ReaderEncryption class must be constructed first.
encryption
|
The tools for various encryption and decryption algorithms in the rust ecosystem are not very mature yet, and more time is needed to test libs. |
Not a focus now, just raising issue for tracking
The text was updated successfully, but these errors were encountered: