gios / gzipper

CLI for compressing files.
https://www.npmjs.com/package/gzipper
GNU General Public License v3.0
68 stars 13 forks source link

Breach crime atttack #102

Closed darasat closed 5 months ago

darasat commented 1 year ago

Hi good day Gios.

Congratulations for this great package.

I have a question.. I want to know if this tool generate the files having in count a Breach crime atttack, how we can host files without compromise the security.

https://stackoverflow.com/questions/30266931/gzip-compression-on-https-traffic-security-issue-with-breach-crime-attack#comment48643009_30266931

Thank you very much.

Best Regards, Diego R.

gios commented 5 months ago

Hey @darasat , Under the hood gzipper uses built-in compression modules from Nodejs. It should be safe in using files that were generated by this library, but network protection has to be done on your side, I suppose.