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,030GitHub पर देखें↗

    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