The repo for building the website at encryptthe.net.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

70 lines
3.8 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>Encryptthe.net!</title>
  7. </head>
  8. <body>
  9. <h1>Coming soon: Encryptthe.net</h1>
  10. <p>This site will talk about the easy steps you can take to encrypt your traffic on the internet. Encrypting your traffic increases your privacy, keeps your data secure when using public access points and prevents ISPs and governments from illegally capturing and mining your traffic.</p>
  11. <p>There will be different sections for people of different technical levels from end-users to the web masters to system administrators.</p>
  12. <p>Protect your data, encryptthe.net!</p>
  13. <p>Why would I need to encrypt my internet traffic?</p>
  14. <ul>
  15. <li><a href="https://www.theregister.co.uk/2010/11/04/firesheep_theatre/">Software engineer blogs own Starbucks wiretap</a></li>
  16. <li><a href="https://www.theregister.co.uk/2010/01/22/nsa_dismissal/">NSA beats warrantless wiretap rap</a></li>
  17. <li><a href="https://www.eff.org/nsa/faq">EFF's NSA Spying FAQ</a></li>
  18. <li><a href="https://secure.wikimedia.org/wikipedia/en/wiki/Secrecy_of_correspondence">Secrecy of correspondence</a> &mdash; The constitution does not explicately guarantee privacy of correspondences.</li>
  19. <li><a href="https://www.theregister.co.uk/2012/12/29/senate_fisa_extension_vote/">Senate votes to continue FISA domestic spying through 2017</a></li>
  20. <li><a href="https://www.theregister.co.uk/2013/01/31/github_ssl_man_in_the_middle_attack/">Great Firewall architects fingered for GitHub attack</a></li>
  21. <li><a href="https://nakedsecurity.sophos.com/2013/03/09/apple-finally-adopts-https-for-the-app-store-here-is-why-it-matters/">Apple finally adopts HTTPS for the App Store - here's why it matters</a></li>
  22. <li><a href="https://www.theregister.co.uk/2013/06/06/verizon_handing_all_customer_data_tonsa/">Leaked docs show NSA collects data on all Verizon customers</a></li>
  23. <li><a href="https://www.theregister.co.uk/2013/08/08/lavabit_shuts_down/"></a>Snowden's secure email provider Lavabit shuts down under gag order</li>
  24. <li><a href="https://www.theregister.co.uk/2013/08/16/nsa_internal_audit_privacy_violations/">NSA coughs to 1000s of unlawful acts of snooping on US soil since 2008</a></li>
  25. <!-- <li><a href=""></a></li> -->
  26. <!--
  27. what can I do?
  28. sysadmin:
  29. install certificate on mail server (sendmail by default uses TLS if available, even if it can't veriy the cert)
  30. get a real certificate for your https web site
  31. redirect all non-https requests to https
  32. user:
  33. turn on encryption on bittorrent
  34. use gpg or S/MIME for email
  35. make sure you are using an SSL protected IMAP/POP connection
  36. enable whole disk encryption
  37. -->
  38. </ul>
  39. <p>Some useful links:</p>
  40. <ul>
  41. <li>DNS Related:
  42. <ul>
  43. <li><a href="https://dnscurve.org/">DNSCurve</a></li>
  44. <li><a href="https://datatracker.ietf.org/wg/dane/">DANE - DNS-based Authentication of Named Entities</a></li>
  45. </ul>
  46. </li>
  47. <li>Web/HTTP Related:
  48. <ul>
  49. <li><a href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> (Firefox plugin)</li>
  50. <li><a href="https://secure.wikimedia.org/wikipedia/en/wiki/Strict_Transport_Security">Strict Transport Security</a></li>
  51. </ul>
  52. </li>
  53. <li>Transport Related:
  54. <ul>
  55. <li><a href="https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security">Datagram Transport Layer Security</a></li>
  56. <li><a href="https://curvecp.org/">CurveCP</a> &mdash; Uses UDP instead of TCP</li>
  57. <!-- <li><a href=""></a></li> -->
  58. </ul>
  59. </li>
  60. </ul>
  61. <p>Comments and suggestions can be emailed to <a href="mailto:iwill@encryptthe.net">iwill@encryptthe.net</a></p>
  62. <p>
  63. <a href="https://validator.w3.org/check?uri=referer"><img
  64. src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  65. </p>
  66. </body>
  67. </html>