Update index.html

This commit is contained in:
e5f3c2ea895af0f27667
2017-03-03 12:03:45 +00:00
committed by GitHub
parent 889a94bf3f
commit 6f89f8ad16

View File

@ -119,6 +119,7 @@
<li><a href="#voip">Video & Voice Messenger</a></li>
<li><a href="#pw">Password Manager</a></li>
<li><a href="#encrypt">File Encryption</a></li>
<li><a href="#filesharing">File Sharing</a></li>
<li><a href="#sync">Secure File Sync</a></li>
<li><a href="password.html">Secure Password Generator</a></li>
<li><a href="#network">Self-contained Networks</a></li>
@ -1643,6 +1644,34 @@
<li><a href="http://www.ring.cx/">Ring (formerly SFLphone)</a> - Gives you a full control over your communications and an unmatched level of privacy.</li>
</ul>
<a class="anchor" name="filesharing"></a>
<div class="page-header">
<h1><a href="#filesharing" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> File Sharing</h1>
</div>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">OnionShare</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/OnionShare.png" alt="OnionShare" align="right" style="margin-left:5px;">OnionShare is an open source tool that lets you securely and anonymously share a file of any size.
It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet.</p>
<p>
<a href="https://onionshare.org/">
<button type="button" class="btn btn-success">Website: onionshare.org</button>
</a>
</p>
<p>OS: Windows, Mac, Linux.</p>
</div>
</div>
</div>
</div>
<a class="anchor" name="cloud"></a>
<div class="page-header">
<h1><a href="#cloud" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Encrypted Cloud Storage Services</h1>