LessPass

lesspass.com
LessPass Icon

LessPass is a little different, since it generates your passwords using a hash of the website name, your username and a single main-passphrase that you reuse. It omits the need for you to ever need to store or sync your passwords. They have apps for all the common platforms and a CLI, but you can also self-host it.

Open Source

LessPass Source Code

Author

lesspass

Description

:key: stateless open source password manager

#anonymous#lesspass#password#password-manager#passwords#privacy#self-hosted

Homepage

https://www.lesspass.com

License

GPL-3.0

Created

10 Dec 15

Last Updated

26 Feb 26

Latest version

web-extension-v9.6.9

Primary Language

TypeScript

Size

48,368 KB

Stars

5,982

Forks

349

Watchers

5,982

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Édouard Lopez (29 Dec 25)

    docs: correct link to issue page (#855) fixes #854

  • Guillaume Vincent (23 Dec 25)

    Update yarn

  • dependabot[bot] (23 Dec 25)

    Bump js-yaml from 3.14.1 to 3.14.2 (#852) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • dependabot[bot] (23 Dec 25)

    Bump node-forge from 1.3.1 to 1.3.3 (#853) Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.3. - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: node-forge dependency-version: 1.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • Guillaume Vincent (23 Dec 25)

    Upgrade all node modules

  • Guillaume Vincent (22 Dec 25)

    Move to python-3.12

  • Guillaume Vincent (15 Sept 25)

    Fix translation in class component We tried to use translation in KeepMasterPasswordOption component with a hook. This patch transform the component into a function component to be able to use the react hook.

  • Guillaume Vincent (12 Sept 25)

    bump eslint version

  • Guillaume Vincent (12 Sept 25)

    Bump vite and axios to latest versions

  • Guillaume Vincent (12 Sept 25)

    Add eslint test in lesspass-i18n

  • Guillaume Vincent (12 Sept 25)

    Fix do build

  • Guillaume Vincent (12 Sept 25)

    Remove the packageManager field from package.json

  • Guillaume Vincent (12 Sept 25)

    Prepare mobile application version 9.9.0

  • Guillaume Vincent (12 Sept 25)

    Translate mobile application * extract all translation into a lesspass-i18n package * use this package in the mobile application and the web component Assisted-By: Cursor

  • Guillaume Vincent (03 Sept 25)

    Redesign dark mode to see fingerprint fixes https://github.com/lesspass/lesspass/issues/841

  • Guillaume Vincent (03 Sept 25)

    Allow manual CI tests

  • Guillaume Vincent (03 Sept 25)

    Fix the version of node in the CI

  • Guillaume Vincent (03 Sept 25)

    Rollback @vitejs/plugin-react causing TypeError with useRef Uncaught TypeError: Cannot read properties of null (reading 'useRef')

  • Guillaume Vincent (02 Sept 25)

    Update mobile application This update ensures our app complies with Google Play's new 16 KB page size requirement.

  • Guillaume Vincent (07 Apr 25)

    LessPass extension version 11.0.10

  • dependabot[bot] (22 Jul 25)

    Bump form-data from 4.0.2 to 4.0.4 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

  • FalloutEngineer (15 Jun 25)

    Update README.md Changed incorrect IOS address

  • dependabot[bot] (11 Jun 25)

    Bump brace-expansion from 1.1.11 to 1.1.12 Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

  • dependabot[bot] (20 May 25)

    Bump vite from 6.2.3 to 6.2.7 (#837) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • Guillaume Vincent (07 Apr 25)

    Hide the master password under the fingerprint Fixes https://github.com/lesspass/lesspass/issues/815

  • Guillaume Vincent (30 Mar 25)

    Update react-native to 0.78.1

  • Guillaume Vincent (30 Mar 25)

    Update node modules and fix tests

  • Guillaume Vincent (30 Mar 25)

    Fix import in mobile application

  • Guillaume Vincent (28 Mar 25)

    Separate crypto function to avoid import in Android bundle Some windows.crypto.subtle functions are bundled even if not used in the android application. It breaks the FDroid application. This patch separate the crypto modules using windows.crypto on browser from the other functions consumed by the modile application. Modile application uses it's own version of the crypto function and don't need windows.crypto. Fixes: #816

  • Guillaume Vincent (20 Mar 25)

    Remove useless scrollbar from user interface Fixes: #810

LessPass Website

Website

LessPass

Redirects

Redirects to https://www.lesspass.com/

Security Checks

All 66 security checks passed

Server Details

  • IP Address 107.191.47.38
  • Hostname lesspass.com
  • Location Aubervilliers, Ile-de-France, France, EU
  • ISP Vultr Holdings LLC
  • ASN AS20473

Associated Countries

  • FR

Safety Score

Website marked as safe

100%

Blacklist Check

www.lesspass.com was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

LessPass Reviews

More Password Managers

About the Data: LessPass

API

You can access LessPass's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/essentials/password-managers/lesspass

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share LessPass

Help your friends compare Password Managers, and pick privacy-respecting software and services.
Share LessPass and Awesome Privacy with your network!

View Password Managers (6)