Python-based system for secure and efficient cloud file storage. It converts text files to ASCII, encrypts them using the CKKS homomorphic encryption scheme (via the TenSEAL library), compresses the ...
With a quick google search the problem seems to be in the gzip module, zlib I believe is the preferred python module for this kind of thing. If I could help in any other way please let me know.