mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Add onionshare text
This commit is contained in:
parent
ac55492a35
commit
8fbf69c36c
27
index.html
27
index.html
@ -119,6 +119,7 @@
|
|||||||
<li><a href="#voip">Video & Voice Messenger</a></li>
|
<li><a href="#voip">Video & Voice Messenger</a></li>
|
||||||
<li><a href="#pw">Password Manager</a></li>
|
<li><a href="#pw">Password Manager</a></li>
|
||||||
<li><a href="#encrypt">File Encryption</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="#sync">Secure File Sync</a></li>
|
||||||
<li><a href="password.html">Secure Password Generator</a></li>
|
<li><a href="password.html">Secure Password Generator</a></li>
|
||||||
<li><a href="#network">Self-contained Networks</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>
|
<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>
|
</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>
|
<a class="anchor" name="cloud"></a>
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1><a href="#cloud" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Encrypted Cloud Storage Services</h1>
|
<h1><a href="#cloud" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Encrypted Cloud Storage Services</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user