Crates.io | ysfed |
lib.rs | ysfed |
version | 0.2.0 |
source | src |
created_at | 2023-12-30 17:34:22.304167 |
updated_at | 2024-09-03 16:13:18.24894 |
description | Simple tool for encrypting and decrypting files using a password. |
homepage | https://github.com/JorgeMayoral/ysfed |
repository | https://github.com/JorgeMayoral/ysfed |
max_upload_size | |
id | 1084310 |
size | 61,578 |
Simple tool for protecting files with a password.
[!CAUTION] This is a toy project, do not use it for anything serious, it is not secure.
[!WARNING] Work in progress, API may change.
cargo install ysfed
ysfed --file <FILE> --password <PASSWORD> <encrypt|decrypt>
encrypt Encrypts a file
decrypt Decrypts a file
-f, --file File to encrypt/decrypt
-o, --output Output file [default: output]
-h, --help Print help
-V, --version Print version
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.