Skip to content

cookie4000/CeasarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CeasarCipher

C# Console App Implementation of the Cesar Cipher

Expects 3 arguments;

  1. Message to encrypt
  2. Flag for Encrpytion / Decryption (E or D)
  3. Shift Value (how many positions to wish to shift)

dotnet run "This is a Secret" "E" "10"

About

C# Console App Implementation of the Cesar Cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages