Skip to content

CauchyPolymer/encryptingPersonale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published