Adding LessPass #263

Merged
hugoncosta merged 9 commits from patch-4 into master 2017-07-16 01:07:03 +00:00
Showing only changes of commit 0c507cc6ce - Show all commits

View File

@@ -1908,14 +1908,14 @@
</div> </div>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-4">
<div class="panel panel-warning"> <div class="panel panel-warning">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">LessPass</h3> <h3 class="panel-title">LessPass</h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p><img src="img/tools/LessPass.png" alt="LessPass" align="right" style="margin-left:5px;">LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. <p><img src="img/tools/LessPass.png" alt="LessPass" align="right" style="margin-left:5px;">LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know.
It differs from it peers since it does <b>not</b> rely on encrypted databases, but on a function that upon entering a set number of values, will give you your password.</p> It differs from it peers since it does not rely on encrypted databases, but on a function that upon entering a set number of values, will give you your password. Uses PBKDF2 and SHA-256</p>
<p> <p>
<a href="https://lesspass.com"> <a href="https://lesspass.com">
<button type="button" class="btn btn-warning">Website: lesspass.com</button> <button type="button" class="btn btn-warning">Website: lesspass.com</button>