Skip to content

This is a project from my Cyber Security class where we had to create something known as a Viginere Cipher in C. Must be ran with arguments via command line.

Notifications You must be signed in to change notification settings

Colby47/ViginereCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViginereCipher

This is a project from my Cyber Security class where we had to create something known as a Viginere Cipher in C. Must be ran with arguments via command line.

Fundamentally, it takes a message and a key from a file. It then prints a cipher by adding the value of each letter of the text to the letter of the key via Modulus 26. That value is the value of the character to be printed producing the cipher.

I have also added some plaintext and key files given to us to test the code. Feel free to run it with those.

About

This is a project from my Cyber Security class where we had to create something known as a Viginere Cipher in C. Must be ran with arguments via command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages