4 releases
0.2.0 | Sep 3, 2024 |
---|---|
0.1.2 | Jan 12, 2024 |
0.1.1 | Dec 30, 2023 |
0.1.0 | Dec 30, 2023 |
#905 in Cryptography
44 downloads per month
21KB
143 lines
Yorch's Simple File Encryption/Decryption (YSFED)
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.
Installation
Cargo
cargo install ysfed
Usage
ysfed --file <FILE> --password <PASSWORD> <encrypt|decrypt>
Commands
encrypt Encrypts a file
decrypt Decrypts a file
Options
-f, --file File to encrypt/decrypt
-o, --output Output file [default: output]
-h, --help Print help
-V, --version Print version
Purpose
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~3–14MB
~117K SLoC