Skip to content
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

File Encryption #5

Open
adrianyorke opened this issue Jan 15, 2020 · 0 comments
Open

File Encryption #5

adrianyorke opened this issue Jan 15, 2020 · 0 comments

Comments

@adrianyorke
Copy link

Feature request: I have a requirement to encrypt our data files when they are moved to archive. It would be really helpful if this library could implement keywords for encrypting and decrypting files.

Here's a useful article from Dec 2018 explaining how this is done:
https://www.comparitech.com/blog/information-security/rsa-encryption/

In particular:
"RSA encryption is often used in combination with other encryption schemes, or for digital signatures which can prove the authenticity and integrity of a message. It isn’t generally used to encrypt entire messages or files, because it is less efficient and more resource-heavy than symmetric-key encryption.

To make things more efficient, a file will generally be encrypted with a symmetric-key algorithm, and then the symmetric key will be encrypted with RSA encryption. Under this process, only an entity that has access to the RSA private key will be able to decrypt the symmetric key."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant