https://github.com/its-laika/treasure_chest
[WIP] One-time file exchange with encryption
https://github.com/its-laika/treasure_chest
file-encryption file-exchange tokio-rs xchacha20-poly1305
Last synced: about 1 year ago
JSON representation
[WIP] One-time file exchange with encryption
- Host: GitHub
- URL: https://github.com/its-laika/treasure_chest
- Owner: its-laika
- License: mit
- Created: 2024-12-29T20:40:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:22:40.000Z (over 1 year ago)
- Last Synced: 2025-02-24T07:30:03.108Z (over 1 year ago)
- Topics: file-encryption, file-exchange, tokio-rs, xchacha20-poly1305
- Language: Rust
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# treasure chest
## About
Similar to one-time drop but with stored, encrypted files.
Uses XChaCha20-Poly1305 to encrypt files and Argon2id to verify decryption key.
## Status
Heavily wip and not feature complete
## TODOs
- [x] Rate limit for unsuccessfully trying to download files
- [x] Store MIME type & file name
- [ ] Frontend
- [ ] Clean up code
- [ ] Tests
- [ ] Documentation
- [ ] Memory usage is pretty high. I believe flushing the files affects this and leads to memory peaks. Fix that.
## License
MIT