https://github.com/thingylabs/cryptsend.thingylabs.io
Zero-setup encrypted file sharing from your terminal. Upload files with client-side encryption using standard Unix tools.
https://github.com/thingylabs/cryptsend.thingylabs.io
cli encryption file-sharing
Last synced: 8 months ago
JSON representation
Zero-setup encrypted file sharing from your terminal. Upload files with client-side encryption using standard Unix tools.
- Host: GitHub
- URL: https://github.com/thingylabs/cryptsend.thingylabs.io
- Owner: thingylabs
- License: apache-2.0
- Created: 2025-01-29T06:16:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T13:04:27.000Z (over 1 year ago)
- Last Synced: 2025-02-14T14:22:29.809Z (over 1 year ago)
- Topics: cli, encryption, file-sharing
- Language: TypeScript
- Homepage: https://cryptsend.thingylabs.io
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptsend.thingylabs.io
> ‼ NOT WORKING YET.
Zero-setup encrypted file sharing from your terminal. Upload files with
client-side encryption using standard Unix tools.
## Usage
```bash
curl -s https://upload.thingylabs.io/upload.sh | bash -s -- yourfile.pdf
```
This will:
1. Encrypt your file locally using OpenSSL
2. Upload it securely
3. Return a sharing URL with embedded decryption key
Recipients can just click the URL to decrypt and download the file.
## Features
- Client-side encryption using AES-256-CBC
- Zero setup - uses standard Unix tools (OpenSSL, curl)
- No registration required
- Single-click decryption for recipients
- Files are encrypted before leaving your machine
- 100MB file size limit
- URLs include everything needed for decryption
- File deletion can be triggered manually
## Security
- Uses OpenSSL for encryption with AES-256-CBC
- Random key/IV generation for each upload
- Files are encrypted before upload
- Client-side decryption using Web Crypto API
- No server-side key storage
## Development
This tool was developed by [Thingylabs](https://thingylabs.io) with assistance
from [Claude AI](https://anthropic.com/claude).
---
„[We ♥ Open Souce](https://open.thingylabs.io/)“