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

Add gpg as a compression option #31

Merged
merged 5 commits into from
Apr 17, 2024
Merged

Add gpg as a compression option #31

merged 5 commits into from
Apr 17, 2024

Conversation

jgartrel
Copy link
Contributor

The goal here is to add public-key encryption. This is very similar to #20, however, use of public-key encryption instead of a shared password helps in certain compliance situations.

The use case is to allow any number of ZFS machines with a public key to upload backups to S3. This key can be freely shared throughout the organization without fear of compromise. When restoring, access to the private key is required.

Due to its use as a compression utility and the similar nature in which gpg is implemented to other compression utilities, it made more sense to add it as a compression option instead of extending the hard work of @kithrup in the pull request mentioned above.

@jgartrel
Copy link
Contributor Author

This could be an used as an alternative to #15

@jgartrel jgartrel mentioned this pull request Mar 22, 2024
@AMecea AMecea merged commit 4dc5045 into presslabs:master Apr 17, 2024
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.

2 participants