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

support GPG encryption #152

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

support GPG encryption #152

wants to merge 8 commits into from

Conversation

ttionya
Copy link
Owner

@ttionya ttionya commented May 11, 2024

@ttionya ttionya mentioned this pull request May 11, 2024
@ttionya
Copy link
Owner Author

ttionya commented May 11, 2024

I have released version v1.20.0-beta.0. After my initial testing, it seems to work well, but I need more testing to ensure it works under various scenarios. Additionally, I haven't finished writing the documentation yet, but I will continue to work on it. Once the documentation is complete and I feel that testing is sufficient, I will release the stable version.

Here's a brief description of how to use GPG and some notes:

Added the environment variable GPG_BASE64_PUBKEY. Please use base64 -w 0 <your public key file> to generate it. Once this variable is configured, GPG will be enabled, and the ZIP_PASSWORD will no longer be used.

To decrypt, please use the command gpg --decrypt backup.zip.gpg > backup.zip.

@ttionya
Copy link
Owner Author

ttionya commented May 11, 2024

I have released version v1.20.0-beta.0. After my initial testing, it seems to work well, but I need more testing to ensure it works under various scenarios. Additionally, I haven't finished writing the documentation yet, but I will continue to work on it. Once the documentation is complete and I feel that testing is sufficient, I will release the stable version.

Here's a brief description of how to use GPG and some notes:

Added the environment variable GPG_BASE64_PUBKEY. Please use base64 -w 0 <your public key file> to generate it. Once this variable is configured, GPG will be enabled, and the ZIP_PASSWORD will no longer be used.

To decrypt, please use the command gpg --decrypt backup.zip.gpg > backup.zip.

@AtomAsking , GPG encryption is now available for use. Any help with testing would be greatly appreciated.

@ttionya ttionya linked an issue May 11, 2024 that may be closed by this pull request
@ttionya ttionya force-pushed the master branch 3 times, most recently from 7961ad2 to e9bed34 Compare May 12, 2024 14:10
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

Successfully merging this pull request may close these issues.

support GPG encryption
2 participants