Basic_Encryption_CLI_Tool

所属分类:开发工具
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-09-28 17:21:34
上 传 者sh-1993
说明:  RustyCipher-使用Rust编程语言加密和解密文件。,
(RustyCipher - Encrypting and Decrypting files using the Rust programming language.,)

文件列表:
Cargo.toml (180, 2023-09-29)
LICENSE (1069, 2023-09-29)
src/ (0, 2023-09-29)
src/encryption.rs (6259, 2023-09-29)
src/main.rs (889, 2023-09-29)
src/ok_letters.rs (1027, 2023-09-29)

# RustyCipher RustyCipher is a basic encryption and decryption CLI tool written in Rust. It allows you to encrypt and decrypt text files using a custom and basic encryption algorithm. ## Features - Simple and easy-to-use interface - Custom encryption and decryption algorithm - Supports text file encryption and decryption ## Usage ### Installation 1. Make sure you have Rust and Cargo installed. If not, you can download them from [here](https://www.rust-lang.org/). 2. Clone this repository: ```shell git clone https://github.com/YanivZalach/Basic_Encryption_CLI_Tool.git ~/Documents/RustyCipher ``` 3. Change directory to the project folder: ```shell cd RustyCipher ``` 4. Build the project: ```shell cargo build --release ``` ### Encrypt a File To encrypt a text file, run the following command (for decryption change the `-e` to `-d`): ```shell ~/Documents/RustyCipher/target/release/rustycipher -e input.txt key ``` **For more information run:** ```shell ~/Documents/RustyCipher/target/release/rustycipher -h ``` ### For Esey of use Add the following line to your `~/.bashrc`/`~/.zshrc`/`~/.config/fish/config.fish`: ```shell alias rustycipher='$HOME/Documents/RustyCipher/target/release/rustycipher' ``` Now, you can use RustyCipher simply by typing `rustycipher` in your terminal! ```shell rustycipher ``` ## Disclaimer RustyCipher is designed for educational and basic encryption purposes only. It uses a basic encryption algorithm that may not provide strong security. It should not be used for encrypting sensitive or critical data. For serious security needs, consider using established encryption tools and libraries. Please exercise caution and avoid using RustyCipher for applications requiring high-security standards.

近期下载者

相关文件


收藏者