Note about onion address
This commit is contained in:
parent
076be8e398
commit
16a2280360
|
@ -75,6 +75,10 @@ Freedombone is an example of the internet as it was supposed to be: a network of
|
|||
|
||||
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "/bulk intercept/" or "/warrantless wiretapping/". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by [[https://bettercrypto.org][bettercrypto.org]]. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively [[http://en.wikipedia.org/wiki/Free_software][free software]] is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average. A limitation is that this system will not protect you from metadata analysis, although it is hoped that new types of email system may be able to do that in future.[fn:1][fn:2][fn:3]
|
||||
|
||||
#+BEGIN_CENTER
|
||||
This site can also be accessed via a Tor browser at *4fvfozz6g3zmvf76.onion*
|
||||
#+END_CENTER
|
||||
|
||||
[fn:1] Title photo by [[https://twitter.com/GrungyBerns][@GrungyBerns]]
|
||||
[fn:2] Above icons by [[https://www.iconfinder.com/tmthymllr][Timothy Miller]] Creative Commons (Attribution-Share Alike 3.0 Unported)
|
||||
[fn:3] Variant icons are [[https://github.com/google/material-design-icons][Google material design]] 1.0.0, Creative Commons Attribution-ShareAlike 4.0
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
* Contact details
|
||||
|
||||
This site can also be accessed via a Tor browser at *4fvfozz6g3zmvf76.onion*
|
||||
|
||||
*Email:* bob@robotics.uk.to
|
||||
|
||||
*PGP/GPG Key ID:* EA982E38
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2015-12-20 Sun 18:20 -->
|
||||
<!-- 2015-12-31 Thu 15:54 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -240,6 +240,12 @@ Freedombone is an example of the internet as it was supposed to be: a network of
|
|||
<p>
|
||||
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "<i>bulk intercept</i>" or "<i>warrantless wiretapping</i>". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by <a href="https://bettercrypto.org/">bettercrypto.org</a>. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average. A limitation is that this system will not protect you from metadata analysis, although it is hoped that new types of email system may be able to do that in future.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup><sup>, </sup><sup><a id="fnr.2" class="footref" href="#fn.2">2</a></sup><sup>, </sup><sup><a id="fnr.3" class="footref" href="#fn.3">3</a></sup>
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
<p>
|
||||
This site can also be accessed via a Tor browser at <b>4fvfozz6g3zmvf76.onion</b>
|
||||
</p>
|
||||
</div>
|
||||
<div id="footnotes">
|
||||
<h2 class="footnotes">Footnotes: </h2>
|
||||
<div id="text-footnotes">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2015-12-20 Sun 18:27 -->
|
||||
<!-- 2015-12-31 Thu 15:53 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -164,6 +164,10 @@ for the JavaScript code in this tag.
|
|||
<div id="outline-container-orgheadline1" class="outline-2">
|
||||
<h2 id="orgheadline1">Contact details</h2>
|
||||
<div class="outline-text-2" id="text-orgheadline1">
|
||||
<p>
|
||||
This site can also be accessed via a Tor browser at <b>4fvfozz6g3zmvf76.onion</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Email:</b> bob@robotics.uk.to
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue