| Crates.io | do-not-cry |
| lib.rs | do-not-cry |
| version | 1.4.1 |
| created_at | 2023-03-11 17:31:45.943463+00 |
| updated_at | 2023-03-12 22:14:51.113758+00 |
| description | Encrypt and decrypt directories/files using Aes cipher. When encrypting, DONOTCRY.txt file will be created and all files will have .donotcry extension. |
| homepage | |
| repository | https://github.com/RotrixLOL/do-not-cry |
| max_upload_size | |
| id | 807415 |
| size | 204,648 |
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.txt
To decrypt a directory/file, run this command
donotcry decrypt file.txt
Requirements:
cargo install --path .
cargo install do-not-cry
You 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 | sh
Here are some tasks, you can check for more by searching // TODO: in source code.
Contributions are open. Just follow CONTRIBUTING.md.