Digital Security HOWTO:
Protect your Data, Communications, and Activities,
& Painlessly Integrate Teaching Simple Security Into Classes

Jonathan A. Poritz

Eventually, I'll port this to HTML, but at the moment it is only available as PDF or, for those who want to remix, in the original LATEX source.

Here is the PDF version.

And here are the files one needs to make this with LATEX:

  1. The actual source: dom17slides.tex.
  2. Required image files:
    1. AliceBobEve.eps
    2. CC-BY-logo.eps
    3. ClaudeShannon.eps
    4. crypto_terminology.eps
    5. digital_signatures.eps
    6. dystopianITheadlines.eps
    7. MitM_attack.eps
    8. private_key_messages.eps
    9. public_key_messages.eps

On my machine, which is running Linux Mint "18.3 (Sylvia)" and which has a quite complete suite of texlive packages (including, crucially, texlive-base and texlive-latex-base; other required LATEX packages will be obvious to anyone who knows LATEX when looking at the \includepackage commands in the dom17slides.tex source file), at the command line, I do the following in a directory containing the above files:

          latex dom17slides
          latex dom17slides
          dvips -o dom17slides.ps dom17slides
          ps2pdf dom17slides.ps
      

If you want just to download one archive with all of those files in it, you could use either of the following two choices: