-
Notifications
You must be signed in to change notification settings - Fork 127
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
GPG encryption #135
GPG encryption #135
Conversation
Thank you for your pull request. There's another matter I believe is worth discussing, regarding the environment variable The environment variable Additionally, the Furthermore, since containers can be launched using non-root users, mounting a file could present permission issues for these users. So, I'm wondering if it's possible to have We can discuss this matter first and come to a solution. I would like to handle the implementation, and then you can assist with the review afterward. |
@ttionya Fair enough. Filling Again, I'm not really familiar with all these either. I just feel it would be great if this project could have GPG encryption, as all contents in a password manager backend should be considered sensitive data, while some of them (e.g. attachments) are not internally encrypted by Vaultwarden. |
Alright, I will modify Once you've made the changes based on the review, I'll go ahead and merge this. |
@kongwy , I noticed that this pull request has had no new commits over 10 days. Are you willing to make code changes based on the review feedback? |
@ttionya Is there a plan to advance this PR? GPG encryption is very useful for me, I am looking forward to it. Thank you for everything you've done. Thanks. |
The development has been completed, but it lacks testing. I will check the existing code over the weekend and release a beta version for testing. |
Moved to PR #152 . |
Add the ability to encrypt file(s) with GPG before uploading.
Change Details
Added two environment variables:
GPG_ENABLE
FALSE
GPG_PUBKEY
ZIP_PASSWORD
"WHEREISMYPASSWORD?"
->""
(empty str)P.S. I'm not quite familiar with shell script. Please feel free to make any further changes.