Add Bitwarden + Remove Master Password

This commit is contained in:
Vincevrp 2018-11-14 00:00:13 +01:00
parent a309f742c9
commit b1089435c5
2 changed files with 24 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1453,19 +1453,18 @@ layout: default
whether due to limitations in memory, time, or disk space.
</li>
</ul>
<h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a> Password Manager Software</h1>
<h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a>Password Manager Software</h1>
<div class="alert alert-warning" role="alert">
<strong>If you are currently using a password manager software like 1Password, LastPass, Roboform or iCloud Keychain, you should pick an alternative here.</strong>
</div>
<div class="row mb-2">
{% include card.html color="success"
title="Master Password - Cross-platform"
image="assets/img/tools/Master-Password.jpg"
url="https://masterpassword.app/"
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
description="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."
title="LessPass - Browser"
image="assets/img/tools/LessPass.png"
url="https://lesspass.com/"
footer="OS: Windows, macOS, Linux, Android."
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."
%}
{% include card.html color="primary"
@ -1479,11 +1478,11 @@ layout: default
%}
{% include card.html color="warning"
title="LessPass - Browser"
image="assets/img/tools/LessPass.png"
url="https://lesspass.com/"
footer="OS: Windows, macOS, Linux, Android."
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."
title="Bitwarden - Cloud/Self-host"
image="assets/img/tools/bitwarden.png"
url="https://bitwarden.com/"
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
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>