mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
Changed order of PW managers
This commit is contained in:
parent
c2453e51d6
commit
9aa78c56af
22
index.html
22
index.html
@ -1453,13 +1453,14 @@ layout: default
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
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 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 the Bitwarden cloud, you can easily host your own Bitwarden server."
|
||||
%}
|
||||
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="KeePass / KeePassX - Local"
|
||||
image="assets/img/tools/KeePass.png"
|
||||
@ -1471,13 +1472,14 @@ layout: default
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
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 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 the Bitwarden cloud, you can easily host your own Bitwarden server."
|
||||
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."
|
||||
%}
|
||||
|
||||
|
||||
</div>
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user