awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesClient-Side Computations

Performing password derivation entirely on the client device without network access or database synchronization.

Distinct from Stateless Architectures: Distinct from Stateless Architectures: focuses on client-side computation for password derivation rather than general stateless request handling.

Explore 1 awesome GitHub repository matching software engineering & architecture · Client-Side Computations. Refine with filters or upvote what's useful.

Awesome Client-Side Computations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lesspass/lesspasslesspass 的头像

    lesspass/lesspass

    6,030在 GitHub 上查看↗

    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

    Derives passwords entirely on the client device without requiring network access or database synchronization.

    TypeScriptanonymouslesspasspassword
    在 GitHub 上查看↗6,030
  1. Home
  2. Software Engineering & Architecture
  3. Stateless Architectures
  4. Client-Side Computations