1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-06-03 17:09:17 +00:00

style!: Convert recommendations to Hugo formatting

This commit is contained in:
2026-05-12 15:09:02 -05:00
parent caed4eb4b6
commit 3dd0363cca
71 changed files with 1553 additions and 2613 deletions
+61 -95
View File
@@ -8,9 +8,18 @@ description: Password managers allow you to securely store and manage passwords
[{{< badge content="Passive Attacks" color="amber" >}}](../../../wiki/basics/common-threats.md#security-and-privacy)
[{{< badge content="Service Providers" color="indigo" >}}](../../../wiki/basics/common-threats.md#privacy-from-service-providers)
<div class="pg-card-logos">
{{< cards >}}
{{< card link="#bitwarden" title="Bitwarden" image="./bitwarden.svg" subtitle="Bitwarden is a free and open-source password and passkey manager. It aims to solve password management problems for individuals, teams, and business organizations." >}}
{{< card link="#proton-pass" title="Proton Pass" image="./protonpass.svg" subtitle="Proton Pass is an open-source, end-to-end encrypted password manager developed by Proton, the team behind Proton Mail. It securely stores your login credentials, generates unique email aliases, and supports and stores passkeys." >}}
{{< card link="#1password" title="1Password" image="./1password.svg" subtitle="1Password is a password manager with a strong focus on security and ease-of-use that allows you to store passwords, passkeys, credit cards, software licenses, and any other sensitive information in a secure digital vault. Your vault is hosted on 1Password's servers for a monthly fee." >}}
{{< card link="#psono" title="Psono" image="./psono.svg" subtitle="Psono is a free and open-source password manager from Germany, with a focus on password management for teams. Psono supports secure sharing of passwords, files, bookmarks, and emails." >}}
{{< /cards >}}
</div>
**Password managers** allow you to securely store and manage passwords and other credentials with the use of a master password.
[Introduction to Passwords :material-arrow-right-drop-circle:](../../../wiki/basics/passwords-overview.md)
[Introduction to Passwords](../../../wiki/basics/passwords-overview.md)
<div class="admonition info" markdown>
<p class="admonition-title">Info</p>
@@ -27,35 +36,24 @@ These password managers sync your passwords to a cloud server for easy accessibi
### Bitwarden
<div class="admonition recommendation" markdown>
![Bitwarden logo](assets/img/password-management/bitwarden.svg){ align=right }
**Bitwarden** is a free and open-source password and passkey manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the best and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
[:octicons-home-16: Homepage](https://bitwarden.com){ .md-button .md-button--primary }
[:octicons-eye-16:](https://bitwarden.com/privacy){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://bitwarden.com/help){ .card-link title="Documentation" }
[:octicons-code-16:](https://github.com/bitwarden){ .card-link title="Source Code" }
{{< cards >}}
{{< card link="https://bitwarden.com" title="Homepage" icon="home" >}}
{{< card link="https://bitwarden.com/privacy" title="Privacy Policy" icon="eye" >}}
{{< /cards >}}
<details class="downloads" markdown>
<summary>Downloads</summary>
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)
- [:simple-appstore: App Store](https://apps.apple.com/app/id1137397744)
- [:simple-github: GitHub](https://github.com/bitwarden/android/releases)
- [:fontawesome-brands-windows: Windows](https://bitwarden.com/download)
- [:simple-apple: macOS](https://bitwarden.com/download)
- [:simple-linux: Linux](https://bitwarden.com/download)
- [:simple-flathub: Flathub](https://flathub.org/apps/details/com.bitwarden.desktop)
- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/bitwarden-password-manager)
- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
- [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/jbkfoedolllekgbhcbcoahefnbanhhlh)
- [:simple-safari: Safari](https://apps.apple.com/app/id1352778147)
</details>
</div>
[{{< badge content="Linux" color="yellow" >}}](https://bitwarden.com/download)
[{{< badge content="macOS" color="indigo" >}}](https://bitwarden.com/download)
[{{< badge content="Windows" color="red" >}}](https://bitwarden.com/download)
[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)
[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id1137397744)
[{{< badge content="Chrome" >}}](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
[{{< badge content="Edge" >}}](https://microsoftedge.microsoft.com/addons/detail/jbkfoedolllekgbhcbcoahefnbanhhlh)
[{{< badge content="Firefox" >}}](https://addons.mozilla.org/firefox/addon/bitwarden-password-manager)
[{{< badge content="Flathub" >}}](https://flathub.org/apps/details/com.bitwarden.desktop)
[{{< badge content="GitHub" >}}](https://github.com/bitwarden/android/releases)
[{{< badge content="Safari" >}}](https://apps.apple.com/app/id1352778147)
Bitwarden uses [PBKDF2](https://bitwarden.com/help/kdf-algorithms/#pbkdf2) as its key derivation function (KDF) algorithm by default. It also offers [Argon2](https://bitwarden.com/help/kdf-algorithms/#argon2id), which is more secure, as an alternative. You can change your account's KDF algorithm in the web vault:
@@ -65,31 +63,20 @@ Bitwarden's server-side code is [open source](https://github.com/bitwarden/serve
### Proton Pass
<div class="admonition recommendation" markdown>
**Proton Pass** is an open-source, end-to-end encrypted password manager developed by Proton, the team behind [Proton Mail](../email/_index.md#proton-mail). It securely stores your login credentials, generates unique email aliases, and supports and stores passkeys.
![Proton Pass logo](assets/img/password-management/protonpass.svg){ align=right }
{{< cards >}}
{{< card link="https://proton.me/pass" title="Homepage" icon="home" >}}
{{< card link="https://proton.me/pass/privacy-policy" title="Privacy Policy" icon="eye" >}}
{{< /cards >}}
**Proton Pass** is an open-source, end-to-end encrypted password manager developed by Proton, the team behind [Proton Mail](email.md#proton-mail). It securely stores your login credentials, generates unique email aliases, and supports and stores passkeys.
[:octicons-home-16: Homepage](https://proton.me/pass){ .md-button .md-button--primary }
[:octicons-eye-16:](https://proton.me/pass/privacy-policy){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://proton.me/support/pass){ .card-link title="Documentation" }
[:octicons-code-16:](https://github.com/protonpass){ .card-link title="Source Code" }
<details class="downloads" markdown>
<summary>Downloads</summary>
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=proton.android.pass)
- [:simple-appstore: App Store](https://apps.apple.com/app/id6443490629)
- [:fontawesome-brands-windows: Windows](https://proton.me/pass/download)
- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/proton-pass)
- [:simple-googlechrome: Chrome](https://chromewebstore.google.com/detail/ghmbeldphafepmbegfdlkpapadhbakde)
- [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/gcllgfdnfnllodcaambdaknbipemelie)
- [:octicons-browser-16: Web](https://pass.proton.me)
</details>
</div>
[{{< badge content="Windows" color="red" >}}](https://proton.me/pass/download)
[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=proton.android.pass)
[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id6443490629)
[{{< badge content="Chrome" >}}](https://chromewebstore.google.com/detail/ghmbeldphafepmbegfdlkpapadhbakde)
[{{< badge content="Edge" >}}](https://microsoftedge.microsoft.com/addons/detail/gcllgfdnfnllodcaambdaknbipemelie)
[{{< badge content="Firefox" >}}](https://addons.mozilla.org/firefox/addon/proton-pass)
[{{< badge content="Web" >}}](https://pass.proton.me)
With the acquisition of SimpleLogin in April 2022, Proton has offered a "hide-my-email" feature that lets you create 10 aliases (free plan) or unlimited aliases (paid plans).
@@ -101,35 +88,25 @@ All issues were addressed and fixed shortly after the [report](https://res.cloud
### 1Password
<div class="admonition recommendation" markdown>
![1Password logo](assets/img/password-management/1password.svg){ align=right }
**1Password** is a password manager with a strong focus on security and ease-of-use that allows you to store passwords, passkeys, credit cards, software licenses, and any other sensitive information in a secure digital vault. Your vault is hosted on 1Password's servers for a [monthly fee](https://1password.com/sign-up).
1Password is [audited](https://support.1password.com/security-assessments) on a regular basis and provides exceptional customer support. 1Password is closed source; however, the security of the product is thoroughly documented in their [security white paper](https://1passwordstatic.com/files/security/1password-white-paper.pdf).
[:octicons-home-16: Homepage](https://1password.com){ .md-button .md-button--primary }
[:octicons-eye-16:](https://1password.com/legal/privacy){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://support.1password.com){ .card-link title="Documentation" }
{{< cards >}}
{{< card link="https://1password.com" title="Homepage" icon="home" >}}
{{< card link="https://1password.com/legal/privacy" title="Privacy Policy" icon="eye" >}}
{{< /cards >}}
<details class="downloads" markdown>
<summary>Downloads</summary>
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.onepassword.android)
- [:simple-appstore: App Store](https://apps.apple.com/app/id1511601750)
- [:fontawesome-brands-windows: Windows](https://1password.com/downloads/windows)
- [:simple-apple: macOS](https://1password.com/downloads/mac)
- [:simple-linux: Linux](https://1password.com/downloads/linux)
- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/1password-x-password-manager)
- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/aeblfdkhhhdcdjpifhhbdiojplfjncoa)
- [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/dppgmdbiimibapkepcbdbmkaabgiofem)
- [:simple-safari: Safari](https://apps.apple.com/app/id1569813296)
- [:octicons-browser-16: Web](https://my.1password.com/signin)
</details>
</div>
[{{< badge content="Linux" color="yellow" >}}](https://1password.com/downloads/linux)
[{{< badge content="macOS" color="indigo" >}}](https://1password.com/downloads/mac)
[{{< badge content="Windows" color="red" >}}](https://1password.com/downloads/windows)
[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=com.onepassword.android)
[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id1511601750)
[{{< badge content="Chrome" >}}](https://chrome.google.com/webstore/detail/aeblfdkhhhdcdjpifhhbdiojplfjncoa)
[{{< badge content="Edge" >}}](https://microsoftedge.microsoft.com/addons/detail/dppgmdbiimibapkepcbdbmkaabgiofem)
[{{< badge content="Firefox" >}}](https://addons.mozilla.org/firefox/addon/1password-x-password-manager)
[{{< badge content="Safari" >}}](https://apps.apple.com/app/id1569813296)
[{{< badge content="Web" >}}](https://my.1password.com/signin)
Traditionally, 1Password has offered the best password manager user experience for people using macOS and iOS; however, it has now achieved feature parity across all platforms. 1Password's clients boast many features geared towards families and less technical people, such as an intuitive UI for ease-of-use and navigation, as well as advanced functionality. Notably, nearly every feature of 1Password is available within its native mobile or desktop clients.
@@ -137,29 +114,18 @@ Your 1Password vault is secured with both your master password and a randomized
### Psono
<div class="admonition recommendation" markdown>
![Psono logo](assets/img/password-management/psono.svg){ align=right }
**Psono** is a free and open-source password manager from Germany, with a focus on password management for teams. Psono supports secure sharing of passwords, files, bookmarks, and emails. All secrets are protected by a master password.
[:octicons-home-16: Homepage](https://psono.com){ .md-button .md-button--primary }
[:octicons-eye-16:](https://psono.com/privacy-policy){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://doc.psono.com){ .card-link title="Documentation" }
[:octicons-code-16:](https://gitlab.com/psono){ .card-link title="Source Code" }
{{< cards >}}
{{< card link="https://psono.com" title="Homepage" icon="home" >}}
{{< card link="https://psono.com/privacy-policy" title="Privacy Policy" icon="eye" >}}
{{< /cards >}}
<details class="downloads" markdown>
<summary>Downloads</summary>
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.psono.psono)
- [:simple-appstore: App Store](https://apps.apple.com/app/id1545581224)
- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/psono-pw-password-manager)
- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/eljmjmgjkbmpmfljlmklcfineebidmlo)
- [:simple-docker: Docker Hub](https://hub.docker.com/r/psono/psono-client)
</details>
</div>
[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=com.psono.psono)
[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id1545581224)
[{{< badge content="Chrome" >}}](https://chrome.google.com/webstore/detail/eljmjmgjkbmpmfljlmklcfineebidmlo)
[{{< badge content="Docker Hub" >}}](https://hub.docker.com/r/psono/psono-client)
[{{< badge content="Firefox" >}}](https://addons.mozilla.org/firefox/addon/psono-pw-password-manager)
Psono provides extensive documentation for their product. The web-client for Psono can be self-hosted; alternatively, you can choose the full Community Edition or the Enterprise Edition with additional features.
@@ -167,7 +133,7 @@ In April 2024, Psono added [support for passkeys](https://psono.com/blog/psono-i
### Criteria
**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you.
**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](../../../about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you.
#### Minimum Requirements