|
|
|
|
|
by newx
1086 days ago
|
|
As I understood, you base64 the zipped data on input and the other way around on output. The reasoning being that the base64'd binary data is safe from being corrupted when the file is edited in text editors, as a response to the warning stated on the last paragraph of the original post. |
|