cryptsend.thingylabs.io

GitHub

Secure File Sharing

Share files securely from your terminal with zero setup. Files are encrypted before upload using AES-256-CBC.

Upload encrypted files

Copy and run this command to upload a file:

curl -s https://cryptsend.thingylabs.io/upload.sh | bash -s -- yourfile

How it works

  1. Your file is encrypted locally using OpenSSL
  2. The encrypted file is uploaded securely
  3. You get a URL containing the decryption key
  4. Recipients just click the URL to decrypt and download

Security features

  • AES-256-CBC encryption
  • Client-side encryption and decryption
  • No server-side key storage
  • 100MB file size limit
  • File deletion can be triggered manually
Built by 🔬Thingylabs: „We ♥ Open Source“
Zero setup, encrypted file sharing for everyone!