/semantic-caesar-decipher

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

Primary LanguagePHP

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