Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 2.63 KB

README.md

File metadata and controls

46 lines (26 loc) · 2.63 KB

Encryption Works: How to Protect Your Privacy in the Age of NSA Surveillance

Important: The documentation provided here is out of date, and preserved in read-only format. For up-to-date advice on using encryption to protect yourself, see our Digital Security Training guides.


Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it.

— Edward Snowden, answering questions live on the Guardian's website

On July 2, 2013, Freedom of the Press Foundation published this whitepaper entitled Encryption Works. You can find the original online or in the PDF and ODT format in the "original" folder.

This version has been converted to markdown so it can be easily tracked in git and collaboratively edited. The guide itself is in encryption_works.md.

Contributing

We welcome any contributions, either as commits or as discussions in the issues. Please look at the contribute file for more information.

Hosting and Distributing with Pandoc

The source of the document is encryption_works.md, which is written in Markdown using the Pandoc extensions. Pandoc can render the document to HTML, PDF, or a number of other output formats.

To do so, first install Pandoc. Once it is installed, you can render the .md to .html with

$ pandoc -s -t html5 encryption_works.md -o encryption_works.html

If you want to render pdf, make sure you follow the instructions on the Pandoc installation page to install LaTeX for your platform. Then:

$ pandoc -s -t latex encryption_works.md -o encryption_works.pdf

For further information on conversion options, see the Pandoc README or man page.

This work is licensed under Creative Commons Attribution 3.0 Unported License.


Freedom of the Press Foundation

@freedomofpress | info@freedom.press

GPG: 0x734F6E707434ECA6C007E1AE82BD6C9616DABB79