Skip to content

davidr-io/VigenereSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VigenereSolver

Quickly crack text encoded with Vigenere Cipher! David Rochester Jr.

WELCOME TO VIGENERE CIPHER SOLVER

RULES:

  • encrypted text must be in English
  • text must be encrypted with an English word

Instructions:

  • Download .h and .cpp file, place into your directory of choice.
  • Create your driver.cpp file used to run the program.
  • Include VigenereDecrypt.h in your driver file!
  • Compile using the makefile.
  • Run decrypt.exe, paste your Vigenere Encrypted text and let the program perform a dictionary brute force attack.

If your key(s) is found, they will output to the console. (note: is there are multiple keys to create valid words, all will print);

About

Quickly crack text encoded with Vigenere Cipher!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published