-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature request: Tar compression #14
Comments
I will have to look into whether this is even possible while keeping memory usage low. I think that it theoretically should be as gzip compression is a sliding window compression algorithm if I'm not mistaken, but I'm not sure how much work this would be to implement. |
Thank you! |
@johnmaguire Please consider encryption also. I think if you can compress a stream then it should be possible to encrypt it. |
Encryption for the web is typically done via SSL. As far as creating password-protected ZIP files goes, there's no plan for that. |
In case of cheap websites "everyone" in transit will see raw data. |
Could you point out in the code where to apply encryption? |
You would have to implement it according to the spec layed out here in the |
@szepeviktor You might be interested in Let's Encrypt if money is an issue for SSL certificates. They are a vendor offering free certificates. |
Thank you very much. |
Is it possible to gzip-compress tar output?
The text was updated successfully, but these errors were encountered: