mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
Add LessPass
Another FOSS password manager with a twist - uses functions instead of databases, therefore, no need to sync between devices, no need for databases.
This commit is contained in:
parent
153967dfc4
commit
de408e41da
18
index.html
18
index.html
@ -1908,6 +1908,24 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<div class="panel panel-warning">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h3 class="panel-title">LessPass</h3>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p><img src="img/tools/KeePass.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>
|
||||||
|
<p>
|
||||||
|
<a href="https://lesspass.com">
|
||||||
|
<button type="button" class="btn btn-warning">Website: lesspass.com</button>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p>OS: Windows, Mac, Linux, Android, BSD, Solaris.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>Worth Mentioning</h3>
|
<h3>Worth Mentioning</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user