NonProjects / tgbox

Encrypted cloud storage Protocol based on Telegram
https://tgbox.readthedocs.io/
GNU Lesser General Public License v2.1
34 stars 4 forks source link

Add Gzip compression on Upload, decompress on Download #32

Open NotStatilko opened 3 weeks ago

NotStatilko commented 3 weeks ago

I would like to add Gzip compression to the tgbox (most probably in the OpenPretender class, as well as decompress in the .download()), but I don't sure if we really need this. Maybe I'll look into it in the future.