Skip to content

zachsanford/CaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

***********************************************
*                                             *
*                 _/_/_/   _/_/_/             *
*               _/       _/                   *
*              _/       _/                    *
*             _/       _/                     *
*              _/_/_/   _/_/_/                *
*                                             *
***********************************************
*                CAESAR CIPHER                *
***********************************************
*                VERSION:  0.1                *
***********************************************

A simple command line Caesar Cipher. App was used to test .NET 6 and C# 10.


Framework

  • .NET 6.0 - Download .NET 6.0 here

Download

You can download as a compressed file or if you have git, run the following:

C:\> git clone https://github.com/zachsanford/CaesarCipher

How to run

Once .NET 6.0 is installed on the target machine and you have downloaded the repo, navigate to the repo's root and run the following:

C:\CaesarCipher\> dotnet run

Usage

The app will allow you to encrypt a message or decrypt a message. Both options require an offset to the alphabet.

NOTE: When you encrypt a message, you will have to use the same offset to decrypt that message.


Issues

If there are any issues you can add an Issue to this repo or you can reach out to me on Twitter

More information on the Caesar Cipher can be found here

About

A simple command line Caesar Cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages