Skip to content

A complete C++ Vigenere cipher implementation with file handling and with methods for cracking the cipher.

Notifications You must be signed in to change notification settings

gtambara/vigenere-cipher-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigenere-cipher-toolkit

A simple C++ Vigenere cipher implementation with file handling and with methods for cracking the cipher

First, type an encription key on the /workspace/key.txt and type a message to encript on /workspace/input.txt

For simple compilation, all you gou've got to run is:

g++ .\modules\encript.cpp .\modules\decript.cpp .\modules\auxiliary.cpp .\main.cpp

or even:

g++ .cpp modules/.cpp

All relevant files will be deploied on /workspace directory.

About

A complete C++ Vigenere cipher implementation with file handling and with methods for cracking the cipher.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages