GithubHelp home page GithubHelp logo

Comments (9)

JohnMaguire avatar JohnMaguire commented on June 20, 2024

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.

from archivestream-php.

szepeviktor avatar szepeviktor commented on June 20, 2024

Thank you!

from archivestream-php.

szepeviktor avatar szepeviktor commented on June 20, 2024

@JohnMaguire Please consider encryption also. I think if you can compress a stream then it should be possible to encrypt it.
I think encryption is essential for public Internet traffic.

from archivestream-php.

JohnMaguire avatar JohnMaguire commented on June 20, 2024

Encryption for the web is typically done via SSL. As far as creating password-protected ZIP files goes, there's no plan for that.

from archivestream-php.

szepeviktor avatar szepeviktor commented on June 20, 2024

In case of cheap websites "everyone" in transit will see raw data.

from archivestream-php.

szepeviktor avatar szepeviktor commented on June 20, 2024

Could you point out in the code where to apply encryption?

from archivestream-php.

JohnMaguire avatar JohnMaguire commented on June 20, 2024

You would have to implement it according to the spec layed out here in the zipstream.php file for ZIPs. As far as tars go, I don't think there is anything in the spec as far as encryption goes as it's just a container format. Even if we implemented the ability to create .tar.gz's, gzip is just a compression format.

from archivestream-php.

JohnMaguire avatar JohnMaguire commented on June 20, 2024

@szepeviktor You might be interested in Let's Encrypt if money is an issue for SSL certificates. They are a vendor offering free certificates.

from archivestream-php.

szepeviktor avatar szepeviktor commented on June 20, 2024

Thank you very much.
I am a StartSSL user.

from archivestream-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.