Skip to content

This is a simple ROT13 substitional cipher implemented in Rust.

Notifications You must be signed in to change notification settings

champ3oy/ROT13-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROT13 CIPHER FILE ENCRYPTION

This is a simple way to implement substitional cipher in Rust. This works in the command line to encrypt text and files.

Installation

  1. Clone this repo git clone https://github.com/champ3oy/ROT13-cipher.git

  2. cd in to repo directory cd ROT13-cipher

  3. run cargo install cargo install --force --path .

  4. run the the appliction on command line with cargo run [args]

Usage

You can encrypt texts and files in the cmd with

cargo run "text to encrypt" //for direct text encryption

cargo run file "./path-to.file" //for *.txt file encryption

Liscence

MIT

About Me

@cirlorm_io

Buy Me A Coffee

About

This is a simple ROT13 substitional cipher implemented in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages