ysfed

Crates.ioysfed
lib.rsysfed
version0.2.0
sourcesrc
created_at2023-12-30 17:34:22.304167
updated_at2024-09-03 16:13:18.24894
descriptionSimple tool for encrypting and decrypting files using a password.
homepagehttps://github.com/JorgeMayoral/ysfed
repositoryhttps://github.com/JorgeMayoral/ysfed
max_upload_size
id1084310
size61,578
Jorge Mayoral Alvarez (JorgeMayoral)

documentation

README

Yorch's Simple File Encryption/Decryption (YSFED)

Simple tool for protecting files with a password.

Continuous integration

[!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

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.

Commit count: 18

cargo fmt