Skip to content

c2huc2hu/genetic_substitution_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trying to breed an algorithm to break a substitution cipher.

I'm planning to use three stages:

  1. Frequency attack: Breed some genomes for which the frequency distribution is close to that of English
  2. Dictionary attack: Make sure all/ most of the words are English
  3. Make sure all letters are accounted for: Make sure the genome contains all of the letters A - Z.

Breeding program is written Stage 1 is written, but it seems to converge to a local maximum, so I'm not sure how to get a diverse group of genomes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages