Skip to content

nokiceldin/Text-Encryption-Tool

Repository files navigation

Text-Encryption-Tool

C++ program implementing classical cipher algorithms such as Caesar and substitution encryption.

Skills: C++, ASCII manipulation, string processing, Makefiles, CLI, unit testing

🧩 Overview

  • Encrypts and decrypts text messages using shift or substitution keys.
  • Includes test suites for verifying correctness.
  • Command-line interface for interactive use.

⚙️ Build & Run

make
./cipher_tests
./cipher_main "Attack at dawn" --shift 3

About

Implements classical ciphers like Caesar and substitution to encrypt and decrypt text in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published