mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-12 07:59:44 -05:00
Add Bitwarden to replace Master Password (#587)
* Add Bitwarden + Remove Master Password * Replace supergenpass with Master Password in w.m.
This commit is contained in:
parent
dfbd2d3721
commit
67c5091fa2
BIN
assets/img/tools/bitwarden.png
Normal file
BIN
assets/img/tools/bitwarden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
25
index.html
25
index.html
@ -1453,12 +1453,11 @@ layout: default
|
|||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
|
|
||||||
{% include card.html color="success"
|
{% include card.html color="success"
|
||||||
title="Master Password - Cross-platform"
|
title="LessPass - Browser"
|
||||||
image="assets/img/tools/Master-Password.jpg"
|
image="assets/img/tools/LessPass.png"
|
||||||
url="https://masterpassword.app/"
|
url="https://lesspass.com/"
|
||||||
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
|
footer="OS: Windows, macOS, Linux, Android."
|
||||||
description="Master Password is based on an ingenious password generation algorithm that guarantees your passwords can never be lost. Its passwords aren't stored:
|
description="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. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security."
|
||||||
they are generated on-demand from your name, the site and your master password. No syncing, backups or internet access needed."
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include card.html color="primary"
|
{% include card.html color="primary"
|
||||||
@ -1472,11 +1471,11 @@ layout: default
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
{% include card.html color="warning"
|
{% include card.html color="warning"
|
||||||
title="LessPass - Browser"
|
title="Bitwarden - Cloud/Self-host"
|
||||||
image="assets/img/tools/LessPass.png"
|
image="assets/img/tools/bitwarden.png"
|
||||||
url="https://lesspass.com/"
|
url="https://bitwarden.com/"
|
||||||
footer="OS: Windows, macOS, Linux, Android."
|
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
|
||||||
description="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. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security."
|
description="Bitwarden is a free and open source password manager. It aims to solve all password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use Bitwarden cloud, you can easily host it on your own server."
|
||||||
%}
|
%}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -1487,9 +1486,7 @@ layout: default
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.supergenpass.com/">SuperGenPass</a> - A master password and the domain name of the Web site you are visiting is used as the “seed” for a one-way hash algorithm (base-64 MD5). The output of this algorithm is your generated password.
|
<a href="https://masterpassword.app">Master Password</a> - Master Password is based on an ingenious password generation algorithm that guarantees your passwords can never be lost. Its passwords aren't stored: they are generated on-demand from your name, the site and your master password. No syncing, backups or internet access needed.
|
||||||
You remember one password (your “master password”), and SGP uses it to generate unique, complex passwords for the Web sites you visit. Your generated passwords are never stored or transmitted, so you can use SGP on as many computers as you like without
|
|
||||||
having to “sync” anything.
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user