LessPass
Stateless, deterministic password generator that computes passwords without storage.
Why consider LessPass?
LessPass is an open-source stateless password generator. It computes unique, complex passwords deterministically from a master password, site domain, and username without storing passwords anywhere.
Learn LessPass by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of LessPass
LessPass eliminates password database synchronization vulnerabilities by calculating cryptographically deterministic hashes using PBKDF2 with SHA-256 in real time.
Quickstart
pip install lesspasslesspass github.com username masterpasswordLessPass is licensed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.