Add onionshare text

This commit is contained in:
Kewde 2017-07-04 15:29:44 +00:00 committed by GitHub
parent ac55492a35
commit 8fbf69c36c

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>
@ -1634,6 +1635,32 @@
<li><a href="https://motherboard.vice.com/en_us/article/secure-messaging-app-wire-stores-everyone-youve-ever-contacted-in-plain-text">Secure Messaging App Wire Stores Everyone You've Ever Contacted in Plain Text | Motherboard</a></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>