Alternatives to LessPass
A stateless open-source password manager that derives passwords instead of storing them. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
LessPass
A stateless open-source password manager that derives passwords instead of storing them.
Replacements
Listings that take over the same core job as LessPass.
Bitwarden
An open-source password manager with free cross-device sync, apps for every platform and optional paid plans.
Bitwarden stores passwords in a free cloud-synced vault instead of deriving them, so you can keep existing passwords and other secrets across every platform.
KeePassXC
A free, open-source desktop password manager that keeps your vault in a local encrypted file.
KeePassXC keeps passwords in a local encrypted file on Windows, macOS and Linux, storing existing secrets but leaving syncing the file to you.
pass
The standard Unix password manager: one GPG-encrypted file per secret.
pass stores each secret as a GPG-encrypted file with Git history, allowing existing passwords to be kept, but requires GPG key management and runs from the command line.