Skip to content

A simple Rust CLI project that encrypts strings using Caesar cipher, outputs bytes, and converts to binary.

Notifications You must be signed in to change notification settings

mhd242006/rust-string-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Rust String Encryption Tool

A simple command-line Rust application that performs the following tasks:

  • Encrypts strings using Caesar cipher (letter shifting)
  • Converts encrypted strings to bytes
  • Shows binary representation of original strings

πŸ“¦ Features

  • Shift both lowercase and uppercase characters
  • Non-alphabetic characters remain unchanged
  • Export output in plain text, bytes, and binary

πŸš€ How to Use

  1. Clone the repository:
    git clone https://github.com/mhd242006/rust-string-encryption.git
    cd rust-string-encryption

About

A simple Rust CLI project that encrypts strings using Caesar cipher, outputs bytes, and converts to binary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published