next up previous
Next: 5.1 Sort Unigram Frequencies Up: Project 7 Decryption Write-Up: Previous: 4.5 Closeness

   
5. Attempts at Decryption

This section introduces progressively more sophisticated attempts at decryption. Although these attempts do not actually work --they produce incorrect results, are logically unsound, or run too slowly to be of any use-- they are worth considering for the following three reasons:

Before we look at specific attempts, let us consider ways to test them out:

Roadmap
Section 3.7 Encipher plaintext $\Rightarrow$ scramble frequencies.
Section 3.7 Decipher ciphertext $\Rightarrow$ unscramble frequencies.
Section 4.2 (Hope) Unscramble frequencies $\Rightarrow$ decipher ciphertext
Section 4.3 Unscramble = Bring ``close'' to intrinsic frequencies
  Approximate intrinsic frequencies with training text
  Assume ciphertext is medium to large so that unscrambled frequencies resemble intrinsic frequencies
Section 4.4 Use the L1 distance to measure ``closeness''; ignore labels.
Section 6.2 Q: What are legal and effective ways to rearrange frequencies?
$(\rightarrow)$     Section 5.1 Q: Does sorting unigram frequencies work?



 
next up previous
Next: 5.1 Sort Unigram Frequencies Up: Project 7 Decryption Write-Up: Previous: 4.5 Closeness
Thomas Yan
2000-05-01