A deaddrop utility written in Rust. Put files in a database behind a password to be retrieved at a later date.
This is a part of the University of Wyoming's Secure Software Design Course (Spring 2023). This is the base repository to be forked and updated for various assignments. Alternative language versions are available in:
deaddrop-rs is built with:
- cargo 1.66.0 (d65d197ad 2022-11-15)
- rust edition 2021
cargo run -- --help for instructions
Then run cargo run -- --new --user <username here> and you will be prompted to create the initial password.
Data gets stored into the local database file dd.db. This file will not by synched to git repos. Delete this file if you don't set up a user properly on the first go