Skip to content
/ gacb Public

Genetic Algorithm for Code Breaking (C + Python)

Notifications You must be signed in to change notification settings

farnyser/gacb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GACB

Proof of concept of a genetic algorithm to break the Vigenere cipher.

C version

$ cd C

$ bash make.sh

$ cat test.txt | ./case lower | ./cipher azertyuiopqsdfghjklmwxcvbn0123456789 key42 | ./gacb

Python version

$ cd Python

$ python pygacb.py mykey

About

Genetic Algorithm for Code Breaking (C + Python)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published