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 optional encryption #67

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Add optional encryption #67

merged 1 commit into from
Apr 19, 2024

Conversation

jasonwhite
Copy link
Owner

@jasonwhite jasonwhite commented Apr 19, 2024

Makes the --key argument optional. If not specified, encryption is disabled.

This is useful for allowing the underlying file system to do compression. This may also be desirable if you trust the encryption methods of the storage medium (i.e., S3 or your local disk). Disabling encryption will probably also improve server performance.

Fixes #7.

@jasonwhite jasonwhite merged commit 224ee83 into master Apr 19, 2024
13 checks passed
@jasonwhite jasonwhite deleted the jw/optional-encryption branch April 19, 2024 04:56
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.

Could the encryption be made optional?
1 participant