Skip to content

Encrypted is a simple C# console-based encryption and decryption tool using the Caesar Cipher algorithm.

Notifications You must be signed in to change notification settings

EriksDevelopment/Encrypted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Encrypted

Encrypted is a simple and interactive console application built with C#. It allows users to encrypt and decrypt text using the Caesar Cipher — one of the oldest and simplest encryption techniques.


Features

  • Encrypt and decrypt text using Caesar Cipher
  • Input validation (empty text, non-numeric shift)
  • Clean and interactive menu
  • Safe exit with confirmation

Getting Started

Requirements

Run the Project

dotnet run

About

Encrypted is a simple C# console-based encryption and decryption tool using the Caesar Cipher algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published