LessPass
lesspass.com Self-HostedLessPass 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.
- Homepage: lesspass.com
- GitHub: github.com/lesspass/lesspass
- Web info: web-check.xyz/results/lesspass.com
LessPass Source Code
Author
Description
:key: stateless open source password manager
Homepage
https://www.lesspass.comLicense
GPL-3.0
Created
10 Dec 15
Last Updated
26 Feb 26
Latest version
Primary Language
TypeScript
Size
48,368 KB
Stars
5,982
Forks
349
Watchers
5,982
Language Usage
Star History
Top Contributors
-
@guillaumevincent (2235)
-
@dependabot[bot] (26)
-
@edouard-lopez (17)
-
@PeterDaveHello (14)
-
@panther2 (7)
-
@kir0ul (6)
-
@FaustXVI (6)
-
@ewjmulder (5)
-
@whiver (4)
-
@greenkeeper[bot] (4)
-
@bluet (4)
-
@asood123 (3)
-
@rh-gvincent (3)
-
@Kcchouette (3)
-
@kocio-pl (3)
-
@komish (3)
-
@schlomie (3)
-
@toastal (2)
-
@ElieKadoche (2)
-
@pbaity (2)
-
@yannicka (2)
-
@Rudloff (2)
-
@idlework (2)
-
@ddelabru (2)
-
@AdamNiederer (2)
-
@biancarosa (2)
-
@owtotwo (1)
-
@martinseener (1)
-
@Marenz (1)
-
@mlcdf (1)
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
-
Fully-featured, open source password manager with cloud-sync. Bitwarden is easy-to-use with a clean UI and client apps for desktop, web and mobile. See also Vaultwarden, a self-hosted, Rust implementation of the Bitwarden server and compatible with upstream Bitwarden clients.
-
Hardened, secure and offline password manager. Does not have cloud-sync baked in, deemed to be gold standard for secure password managers. KeePass clients: Strongbox (Mac & iOS), KeePassDX (Android), KeeWeb (Web-based/ self-hosted), KeePassXC (Windows, Mac & Linux), see more KeePass clients and extensions at awesome-keepass by @lgg.
-
A modern, open source password manager for individuals and teams. Beautiful, intuitive and dead simple to use. Apps available for all platforms and you can self-host it as well.
-
From the creators of ProtonMail, ProtonPass is a new addition to their suite of services. They have a full collection of user-friendly native mobile and desktop apps. ProtonPass is one of the few "trustworthy" providers that also offers a free plan.
-
The Standard Unix Password Manager
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!