Crates.io | filecrypt |
lib.rs | filecrypt |
version | 0.1.4 |
source | src |
created_at | 2024-04-08 07:09:02.922292 |
updated_at | 2024-04-08 10:19:54.833027 |
description | Encrypt and decrypt files using Fernet symmetric encryption |
homepage | |
repository | https://github.com/root27/filecrypt |
max_upload_size | |
id | 1199959 |
size | 27,738 |
This is a simple CLI tool that encrypts and decrypts files contents.
Encrypts and decrypts files
Only supports text files
If you have cargo installed, you can install the tool by running the following command:
cargo install filecrypt
filecrypt --help
filecrypt --file <file_path> --encrypt
filecrypt --file <file_path> --key <key> --decrypt
Oguzhan Dogan