André K. - CloudPirat

07/04/26

07/01/21

In my article on secure passwords and passphrases, I explained that every login, access point, and online shop should be protected with a unique password. Since it’s impossible to remember all these different logins, it’s essential to use a password manager with the following features:

  • Auto Capture – Offers to save new logins/passwords.
  • Auto Generate – Provides a function to create strong passwords/passphrases.
  • Auto-Type – Fills in login/password fields in web forms (e.g., online banking).
  • Secure End-to-End Encryption.
  • Availability on multiple devices and operating systems.
  • Open-source code.
  • Secure synchronization of the password database, e.g., between your devices (smartphone, tablet, computer).

Bitwarden

bitwarden.com – is a free, open-source password manager that meets all the criteria mentioned above. For me, Bitwarden is currently the best, simplest, and most secure solution for storing logins and passwords while conveniently syncing them across all devices. Bitwarden is available for MS Windows, Mac, iOS, Android, and Linux. The synchronization of your passwords is end-to-end encrypted by default via the Bitwarden cloud.

It is also possible to set up your own Bitwarden server within your IT environment, allowing synchronization across all connected users.

Multi-Factor Authentication (MFA) – In an advanced “Premium” version, you can use email, authentication apps, Yubikeys, FIDO2, or Duo for MFA.

KeePassXC

keepassxc.org is another free, open-source password manager that also meets the criteria above. In my opinion, it’s more suited for slightly more experienced users and/or those with higher security needs. These users might not mind that KeePassXC is primarily designed as a single-user solution. KeePassXC is available for Microsoft Windows, macOS, and Linux. There is a browser extension for entering web passwords. The KeePass database exists entirely offline.

Note: While traditional password managers are still essential, there’s a growing trend towards passwordless authentication methods, such as biometric keys and hardware tokens, which offer an additional layer of security and convenience. This shift is worth considering and will covered here soon.

Sources, tips and links for further reading

Cover image was generated with the help of AI

Total Views: 398