Encrypted file sharing
Share files as
ciphertext.
Drop a file, get a link. Everything is compressed and sealed with AES-256-GCM before it leaves for storage. Add a password and it gets a second lock only that password can open.
file0%
Encrypting and uploading
Sealed and stored
Upload from your terminal
Add -F password=secret for a second lock, or -F expiry_hours=24 to auto-expire. Prints the share link. Raw uploads work too: --data-binary @file "https://drop.qxir.site/api/v1/files?filename=file&plain=1".