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/check/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
16 Jun 26
Latest version
Primary Language
TypeScript
Size
48,959 KB
Stars
6,031
Forks
356
Watchers
6,031
Language Usage
Star History
Top Contributors
-
@guillaumevincent (2237)
-
@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)
-
@romgzn (2)
-
@pbaity (2)
-
@yannicka (2)
-
@Rudloff (2)
-
@idlework (2)
-
@ddelabru (2)
-
@AdamNiederer (2)
-
@biancarosa (2)
-
@martinseener (1)
-
@Marenz (1)
-
@mlcdf (1)
-
@McSinyx (1)
-
@Minobi (1)
-
@oscarsaleta (1)
-
@pgrange (1)
-
@pvardanega (1)
-
@ramenhost (1)
-
@redbug312 (1)
-
@salim-b (1)
-
@executionByFork (1)
-
@yfdyh000 (1)
-
@sevmonster (1)
-
@jingyu9575 (1)
-
@leo-stone (1)
-
@philip-ulrich (1)
-
@ogarcia (1)
-
@owtotwo (1)
-
@Aharris88 (1)
-
@antoine-briand (1)
-
@motet-a (1)
-
@ameuret (1)
-
@bransorem (1)
-
@deloachcd (1)
-
@FacundoMainere (1)
-
@FalloutEngineer (1)
-
@bfred-it (1)
-
@0xhtml (1)
-
@feikname (1)
-
@greenkeeperio-bot (1)
-
@BlackthornYugen (1)
-
@josuecau (1)
-
@hugolpz (1)
-
@muizzk (1)
-
@slintes (1)
Recent Commits
-
Guillaume Vincent (11 May 26)
Migrate to react-native 0.85 Signed-off-by: Guillaume Vincent <[email protected]>
-
romgzn (11 May 26)
fix: Windows test suite compatibility (#874) * fix: rename duplicate test and fix Windows path separators * fix: skip pexpect tests on Windows, fix duplicate test_exclude methods * fix: move test_length_range_type out of skipped class so it runs on Windows * polish: explicit the tests' goals Co-authored-by: Édouard Lopez <[email protected]> * refactor: replace pexpect with subprocess for cross-platform functionality * refactor: make run_lesspass support both interactive and non-interactive modes extracted into cli_test_helpers for reuse across test files * refactor(tests): make run_lesspass rely on a single Popen primitive and handle both interactive and non-interactive cases explicitly Co-authored-by: rh-gvincent <[email protected]> --------- Co-authored-by: Édouard Lopez <[email protected]> Co-authored-by: rh-gvincent <[email protected]>
-
McSinyx (09 Mar 26)
cli: use unittest.mock in Python stdlib (#865) In addition, remove unused requirements in test-requirements.txt.
-
Guillaume Vincent (09 Mar 26)
Upgrade node modules
-
romgzn (07 Mar 26)
docs: Correct links in CONTRIBUTING page (#869)
-
É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] <[email protected]> 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] <[email protected]> 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] <[email protected]>
-
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] <[email protected]>
-
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] <[email protected]> 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
LessPass Security
LessPass Website
Website
LessPass
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 172.66.0.96
- Location San Francisco, California, United States of America, NA
- ISP CloudFlare Inc.
- ASN AS13335
Associated Countries
-
NL -
FR -
US
Safety Score
Website marked as safe
100%
Blacklist Check
lesspass.com was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
LessPass Reviews
More Password Managers
-
End-to-end encrypted open source password and alias manager with built-in email server. AliasVault protects your privacy by creating alternative identities, passwords and email addresses for every website you use. Use the cloud version, or self-host and deploy within minutes via Docker.
-
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.
-
The Standard Unix Password Manager
-
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.
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/v1/services/lesspass The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share LessPass
Help your friends compare Password Managers, and pick
privacy-respecting software and services.
Share LessPass and Awesome Privacy with your network!