Skip to content

RedRoosterKey/vigcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigcipher

Simple terminal program that applies an insecure Vigenère cipher on STDIN and send results to STDOUT

Vigenère cipher

How to build

Run the following commands:

cd Release
make all && make test

This will create a program called vigcipher and execute test.sh in the scripts directory. If all the tests pass, you should be good to go. A good start would be to read the help by running:

./vigcipher --help

About

Simple terminal program that applies an insecure Vigenère cipher on STDIN and send results to STDOUT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published