Securely upload files encrypted with PGP symmetric encryption. You will need a compatible program to decrypt uploaded files. For advanced usage, check out our CLI tools that support asymmetric encryption too.
python3 zuploader.py --armor user@example.com path/to/file
Encrypt & upload a file asymmetrically.python3 zuploader.py --sym-password yourpassword path/to/file
Encrypt & upload a file symmetrically.python3 zget.py URL_TO_FILE
Download and decrypt automatically.