Frank Mitchell

Describing Your Way to Decryption

Al’s talk to the ACM on STE and decryption.

History

Shannon Theory

Entropy

Entropy and Redundancy

Unicity

Set Theoretic Estimation

Property Sets

Sets

Language -> English -> Letters -> Sentences -> Words -> M-grams

Why STE?

More M-grams

Property Sets

  1. English language
  2. Doubled letters
  3. M-grams for 2 through 6 and 13
  4. Letter frequency for very uncommon and extremely common letters
  5. Words and sentences

Simple Example

Where’s the data come from?

Testing

  1. Encrypt file
  2. Randomly select start point
  3. Read one character at a time
  4. If the matrix changes, reapply the changes to the stuff we’ve already seen
  5. Continue until all letters are found (need 25)
  6. Constantly check against key to make sure we haven’t made a mistake

Results

Extensions and Future Work

Conclusions