mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
Markdown style consistency (#858)
Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
@ -5,14 +5,17 @@ icon: material/form-textbox-password
|
||||
Stay safe and secure online with an encrypted and open-source password manager.
|
||||
|
||||
## Password best practices
|
||||
|
||||
- Always use unique passwords. Don't make yourself a victim of "[credential stuffing](https://en.wikipedia.org/wiki/Credential_stuffing)".
|
||||
- Store an exported backup of your passwords in an [encrypted container](/file-encryption) on another storage device. This can be useful if something happens to your device or the service you are using.
|
||||
- If possible store [Time-based one-time password (TOTP)](https://en.wikipedia.org/wiki/Time-based_one-time_password) tokens in a separate [TOTP app](/multi-factor-authentication) and not your password manager. TOTP codes are generated from a "[shared secret](https://en.wikipedia.org/wiki/Time-based_one-time_password#Security)". If the secret is obtained by an adversary they can generate TOTP values. Typically, mobile platforms have better app isolation and more secure methods for storing sensitive credentials.
|
||||
|
||||
## Local Password Managers
|
||||
|
||||
These password managers store the password database locally.
|
||||
|
||||
### KeepassXC
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -34,6 +37,7 @@ These password managers store the password database locally.
|
||||
- [:fontawesome-brands-github: Source](https://github.com/keepassxreboot/keepassxc)
|
||||
|
||||
### KeepassDX
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -50,9 +54,11 @@ These password managers store the password database locally.
|
||||
- [:fontawesome-brands-github: Source](https://github.com/Kunzisoft/KeePassDX)
|
||||
|
||||
## Cloud syncing Password Managers
|
||||
|
||||
These password managers sync up to a cloud server that may be self-hostable.
|
||||
|
||||
### Bitwarden
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -75,6 +81,7 @@ These password managers sync up to a cloud server that may be self-hostable.
|
||||
- [:fontawesome-brands-github: Source](https://github.com/bitwarden)
|
||||
|
||||
### Psono
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -92,9 +99,11 @@ These password managers sync up to a cloud server that may be self-hostable.
|
||||
- [:fontawesome-brands-github: Source](https://gitlab.com/psono)
|
||||
|
||||
## Password management servers
|
||||
|
||||
These products are self-hostable synchronization for cloud based password managers.
|
||||
|
||||
### Vaultwarden
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -109,6 +118,7 @@ These products are self-hostable synchronization for cloud based password manage
|
||||
- [:fontawesome-brands-github: Source](https://github.com/dani-garcia/vaultwarden)
|
||||
|
||||
### Psono Server
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -123,9 +133,11 @@ These products are self-hostable synchronization for cloud based password manage
|
||||
- [:fontawesome-brands-gitlab: Source](https://gitlab.com/psono/psono-server)
|
||||
|
||||
## Minimal Password Managers
|
||||
|
||||
These products are minimal password managers that can be used within scripting applications.
|
||||
|
||||
### Pass
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
@ -140,6 +152,7 @@ These products are minimal password managers that can be used within scripting a
|
||||
- [:fontawesome-brands-git: Source](https://git.zx2c4.com/password-store)
|
||||
|
||||
### gopass
|
||||
|
||||
!!! recommendation
|
||||
|
||||
{ align=right }
|
||||
|
Reference in New Issue
Block a user