Encrypt/decrypt directories and files in AES cipher.
You can test this program with the files that are in test_files directory.
To encrypt a directory/file, run this command:
donotcry encrypt file.txtTo decrypt a directory/file, run this command
donotcry decrypt file.txtRequirements:
- Rust compiler
- cargo
- Clone the repo and cd into it.
- Build and install in cargo path.
cargo install --path .cargo install do-not-cryYou can download a github release for your OS and then move it into your binaries path (/usr/bin for linux and mac).
Use install.sh to auto install donotcry for your OS.
This will download install script and run it.
curl -L https://raw.githubusercontent.com/RotrixLOL/do-not-cry/main/install.sh | shHere are some tasks, you can check for more by searching // TODO: in source code.
- generate randomly key and iv on encrypt, then show it or send an email. when decrypting ask for it.
Contributions are open. Just follow CONTRIBUTING.md.