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
- Shift both lowercase and uppercase characters
- Non-alphabetic characters remain unchanged
- Export output in plain text, bytes, and binary
- Clone the repository:
git clone https://github.com/mhd242006/rust-string-encryption.git cd rust-string-encryption