Hacker News new | ask | show | jobs
by sikosmurf 3490 days ago
Aren't there security concerns using gzip and HTTPS? Could this be a space efficient alternative when gzip is disabled?
1 comments

I would be interested to learn more about those concerns. My "default" setup these days is HTTPS & gzip everything, but I can't say I've read any white papers on the security implications of that.
If the attacker knows or controls any part of the data then the compressed size leaks information about the unknown data because the compressed size will be smaller if the known data shares bytes with the unknown data.