An open API service indexing awesome lists of open source software.

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

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