zUploader

Hello 216.73.216.91

⚠️ Maximum upload size: 500 MB

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.



Recommended CLI usage:
For full functionality, including asymmetric encryption, use the CLI tools from: github.com/gnosisTux/zUploader

Web uploads always use symmetric PGP encryption. To decrypt, use a compatible program or the CLI.

Basic commands:
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.