This commit is contained in:
privacytoolsIO 2016-12-18 13:24:05 +08:00
parent 130762c6d1
commit e52175e8d7
4 changed files with 47 additions and 0 deletions

BIN
img/tools/0bin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
img/tools/Ghostbin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
img/tools/PrivateBin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -2312,7 +2312,54 @@
<li><a href="http://paperwork.rocks/">Paperwork</a> - Open source and self-hosted solution. For PHP / MySQL servers.</li>
</ul>
<a class="anchor" name="paste"></a>
<div class="page-header">
<h1><a href="#paste" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Paste Services</h1>
</div>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">Ghostbin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Ghostbin.png" alt="Ghostbin" align="right" style="margin-left:5px;">Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes.</p>
<p><a href="https://ghostbin.com/" target="_blank"><button type="button" class="btn btn-success">Website: ghostbin.com</button></a></p>
</div>
</div>
</div><!-- /.col-sm-4 -->
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">PrivateBin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/PrivateBin.png" alt="PrivateBin" align="right" style="margin-left:5px;">PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES.</p>
<p><a href="https://privatebin.info/" target="_blank"><button type="button" class="btn btn-info">Website: privatebin.info</button></a></p>
</div>
</div>
</div><!-- /.col-sm-4 -->
<div class="col-sm-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">0bin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/0bin.png" alt="0bin" align="right" style="margin-left:5px;">0bin is a client side encrypted pastebin that can run without a database. 0bin allows anybody to host a pastebin while welcoming any type of content to be pasted in it.</p>
<p><a href="https://0bin.net/" target="_blank"><button type="button" class="btn btn-warning">Website: 0bin.net</button></a></p>
</div>
</div>
</div><!-- /.col-sm-4 -->
</div>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://hastebin.com/" target="_blank">hastebin.com</a> - Haste is an open-source pastebin software written in node.js, which is easily installable in any network.</li>
</ul>
<a class="anchor" name="productivity"></a>
<div class="page-header">