franzwilding / semantic-caesar-decipher

deciphers encrypted text by letter frequency and checking with an word-list

Home Page:caesar.franz-wilding.at

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caesar decipher

Formally an homework for university, I wanted to write a semantic decipher where only 3 inputs must be set:

  • the text to decypher (not too short)
  • the base language, the text is written in + letter frequency
  • a wordlist with to check against

See it in action

you can check out caesar.franz-wilding.at for an implementation of this class for the language english

About

deciphers encrypted text by letter frequency and checking with an word-list

caesar.franz-wilding.at


Languages

Language:PHP 100.0%