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_ENABLEFALSEGPG_PUBKEYZIP_PASSWORD"WHEREISMYPASSWORD?"->""(empty str)P.S. I'm not quite familiar with shell script. Please feel free to make any further changes.