awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lesspass avatar

lesspass/lesspass

0
View on GitHub↗
6,030 Stars·356 Forks·TypeScript·GPL-3.0·7 Aufrufewww.lesspass.com↗

Lesspass

LessPass is a stateless password manager that generates deterministic, site-specific passwords entirely on the client device. It uses a pure function to derive passwords from a master password combined with site details, producing the same output every time without storing any secrets on a server or requiring network access. This approach means passwords can be recalculated on any device from remembered inputs, with no database synchronization needed.

The project distinguishes itself through its counter-based password rotation, which allows changing a site's password by incrementing a counter while keeping the master password unchanged. It provides cross-platform client applications including a web interface, browser extensions, and an Android app, all performing password derivation locally. Users can save complex password profiles that store site-specific rules like character types and length, excluding the master password, to reuse settings across sessions without re-entering details.

For those who prefer full data control, LessPass supports self-hosted deployment of the password profile database using Docker and Docker Compose. The documentation covers installation through these client applications and the self-hosting setup.

Features

  • Stateless Password Managers - Generates and manages passwords using deterministic derivation without storing any secrets on a server or device.
  • Cross-Platform Applications - Ships cross-platform client applications including a web interface, browser extensions, and an Android app.
  • Offline - Creates passwords entirely on the device without requiring a network connection or database synchronization.
  • Deterministic Derivations - Recreates a password on demand from remembered inputs without needing to sync or store any password data.
  • Deterministic Derivations - Implements deterministic password derivation using a pure function that produces the same output from the same inputs.
  • Offline - Derives passwords entirely on the device without requiring network access or database synchronization.
  • Site-Specific Password Managers - Creates deterministic, unique passwords for each website using a master password and site identifier.
  • Counter-Based Rotations - Provides counter-based password rotation that generates new passwords without changing the master password.
  • Customizable Generations - Applies site-specific constraints like character types and length to the generated password.
  • Deterministic Derivations - Recreates the same password on any device without network access by using a pure function.
  • Offline - Generates passwords entirely on the client device without any network connection or database synchronization.
  • Counter-Based Rotations - Changes a site's password by incrementing a counter in the generation options, producing a different result.
  • Counter-Based Rotations - Increments a counter in the password profile to generate a new, unique password for the same site and login.
  • Client-Side Computations - Derives passwords entirely on the client device without requiring network access or database synchronization.
  • Profile-Based Configurations - Stores password generation settings excluding the master password to reuse rules across sessions.
  • Cross-Platform Password Clients - Provides a web interface, browser extensions, and an Android app for password access without syncing.
  • Password Access Restrictions - Provides password access through a web interface, browser extensions, and an Android app without syncing.
  • Cross-Device Password Access - Retrieves passwords across web, browser, and mobile clients without syncing or network dependency.
  • Counter-Based Password Rotations - Increments a counter to generate a new password for a site without changing the master password.
  • Password Profile Stores - Stores a password's profile, excluding the master password, to handle sites with specific character or length requirements.
  • Profile-Based Configurations - Stores site-specific password rules like length and character types to reuse them without re-entering details.
  • Profile-Based Configurations - Saves password generation settings excluding the master password to reuse rules across sessions.
  • Counter-Based Password Rotations - Increments a counter in the password options to generate a new password while keeping the master password unchanged.
  • Password Managers - Stateless password manager for secure credential generation.

Star-Verlauf

Star-Verlauf für lesspass/lesspassStar-Verlauf für lesspass/lesspass

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Lesspass

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Lesspass.
  • bitwarden/serverAvatar von bitwarden

    bitwarden/server

    18,074Auf GitHub ansehen↗

    This project provides a comprehensive, self-hosted platform for zero-knowledge credential management and enterprise secrets orchestration. It functions as a secure vault that ensures all encryption and decryption processes occur exclusively on the client side, preventing the server from ever accessing plaintext data. By combining identity federation with robust access controls, the system enables organizations to centralize the management of passwords, passkeys, and sensitive infrastructure credentials. The platform distinguishes itself through its focus on both human-centric security and aut

    C#apiaspnetaspnetcore
    Auf GitHub ansehen↗18,074
  • dani-garcia/vaultwardenAvatar von dani-garcia

    dani-garcia/vaultwarden

    62,749Auf GitHub ansehen↗

    Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to manage personal vaults and organizational data sharing with multi-factor authentication. The project distinguishes itself through a comprehensive administrative infrastructure that provides centralized control over server configuration, user accounts, and system diagnostics via a de

    Rustbitwardenbitwarden-rsdocker
    Auf GitHub ansehen↗62,749
  • passbolt/passbolt_apiAvatar von passbolt

    passbolt/passbolt_api

    5,974Auf GitHub ansehen↗

    Passbolt is an open-source, self-hosted password manager designed for teams. It provides a centralized, encrypted vault where organizations can store, share, and manage credentials securely. The server exposes a JSON REST API that authenticates requests using either GPGAuth or JWT tokens, and all secrets are protected with OpenPGP end-to-end encryption, ensuring the server never has access to plaintext passwords. The platform distinguishes itself through a comprehensive role-based access control system that governs resource sharing and administrative actions. Teams can organize users into gro

    PHPcakephpcakephp5credentials
    Auf GitHub ansehen↗5,974
  • onlyoffice/desktopeditorsAvatar von ONLYOFFICE

    ONLYOFFICE/DesktopEditors

    4,448Auf GitHub ansehen↗

    DesktopEditors is an office suite application designed for creating and editing text documents, spreadsheets, and presentations across different operating systems. It serves as an OOXML compatible editor, ensuring that files are read and written according to Office Open XML standards for cross-platform document exchange. The suite functions as a collaborative document platform featuring real-time co-authoring, version tracking, and integrated communication tools. It also acts as an AI-powered document assistant and PDF editor, providing capabilities for content generation, automated spreadshe

    collaborationdesktopdocx
    Auf GitHub ansehen↗4,448
Alle 30 Alternativen zu Lesspass anzeigen→

Häufig gestellte Fragen

Was macht lesspass/lesspass?

LessPass is a stateless password manager that generates deterministic, site-specific passwords entirely on the client device. It uses a pure function to derive passwords from a master password combined with site details, producing the same output every time without storing any secrets on a server or requiring network access. This approach means passwords can be recalculated on any device from remembered inputs, with no database synchronization needed.

Was sind die Hauptfunktionen von lesspass/lesspass?

Die Hauptfunktionen von lesspass/lesspass sind: Stateless Password Managers, Cross-Platform Applications, Offline, Deterministic Derivations, Site-Specific Password Managers, Counter-Based Rotations, Customizable Generations, Client-Side Computations.

Welche Open-Source-Alternativen gibt es zu lesspass/lesspass?

Open-Source-Alternativen zu lesspass/lesspass sind unter anderem: bitwarden/server — This project provides a comprehensive, self-hosted platform for zero-knowledge credential management and enterprise… dani-garcia/vaultwarden — Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials,… passbolt/passbolt_api — Passbolt is an open-source, self-hosted password manager designed for teams. It provides a centralized, encrypted… pulsar-edit/pulsar — Pulsar is a cross-platform, extensible text editor designed for source code management and plain text editing. It… onlyoffice/desktopeditors — DesktopEditors is an office suite application designed for creating and editing text documents, spreadsheets, and… gleam-lang/gleam — Gleam is a statically typed, functional programming language designed for building scalable and maintainable…