Skip to content

Justas327/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Algorithm

Caesar cipher is a an old way of transfering secret information back in medieval times. The way it works is: You have a text such as this: "ABC" and the cipher has a shift, for example +2. Encrypted text will become: "CDE" If we decrypt, we get the same text as original. "ABC"

Demo Showcase

Demo showcase

Installation

git clone https://github.com/Justas-Milisiunas/Caesar-Cipher.git
cd Caesar-Cipher
dotnet build CaesarCipher/CaesarCipher.sln

Run demo

dotnet run --project CaesarCipher.Demo 

Run tests

dotnet test CaesarCipher.Tests

Tests coverage report

Coverage report

About

Caesar Cipher algorithm

Resources

Stars

Watchers

Forks

Languages