awesome-repositories.com
Blog
awesome-repositories.com

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

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

5 Repos

Awesome GitHub RepositoriesWeb Crypto API Integrations

Use of the browser-native Web Crypto API for performing cryptographic operations.

Distinct from Browser API Integrations: Candidates focus on general API integration or hardware/media APIs, not the specific cryptographic primitives of Web Crypto.

Explore 5 awesome GitHub repositories matching security & cryptography · Web Crypto API Integrations. Refine with filters or upvote what's useful.

Awesome Web Crypto API Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • keeweb/keewebAvatar von keeweb

    keeweb/keeweb

    12,942Auf GitHub ansehen↗

    KeeWeb is a web-based password manager and vault that allows users to open and edit encrypted databases through a browser interface. It functions as a cross-platform tool for managing password vaults using the KeePass database format. The application provides a self-hosted password vault that can be deployed as a single HTML file or via Docker. It integrates with remote storage providers using OAuth to synchronize encrypted database files across multiple devices. The system includes capabilities for secure credential generation, two-factor authentication management through time-based one-tim

    Uses browser-native cryptographic primitives to handle encryption and decryption of vault data.

    HTML
    Auf GitHub ansehen↗12,942
  • awslabs/llrtAvatar von awslabs

    awslabs/llrt

    8,752Auf GitHub ansehen↗

    llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co

    Implements a subset of the Web Crypto API for low-level cryptographic tasks like key generation and encryption.

    Rust
    Auf GitHub ansehen↗8,752
  • panva/joseAvatar von panva

    panva/jose

    7,346Auf GitHub ansehen↗

    jose is a cryptography library for signing, encrypting, and verifying tokens and messages using the JSON Object Signing and Encryption standards. It provides a toolkit for the implementation of JSON Web Tokens, JSON Web Signatures, and JSON Web Encryption. The library serves as a high-level interface for the Web Crypto API, allowing for the generation, import, and export of symmetric secrets and asymmetric key pairs. It handles the encryption and decryption of web messages and the validation of digital signatures to ensure data integrity and identity. Its capabilities cover cryptographic key

    Utilizes the native Web Crypto API for secure, hardware-backed cryptographic operations in Node.js and browsers.

    TypeScriptbrowserbuncloudflare-workers
    Auf GitHub ansehen↗7,346
  • nodejs/nodejs.orgAvatar von nodejs

    nodejs/nodejs.org

    6,842Auf GitHub ansehen↗

    Node.js is an open-source, cross-platform JavaScript runtime environment built on the V8 engine, designed for executing JavaScript code outside a web browser. It operates as a server-side JavaScript platform with an event-driven, non-blocking I/O architecture that enables building scalable network applications and web servers. The runtime integrates the CommonJS module system for synchronous module loading and the npm ecosystem for sharing and reusing packages. The platform provides comprehensive capabilities for web server development, including creating HTTP and HTTPS servers, managing HTTP

    Implements the Web Crypto API standard for performing cryptographic operations in a runtime environment.

    TypeScriptnextjsnodenodejs
    Auf GitHub ansehen↗6,842
  • puemos/hls-downloaderAvatar von puemos

    puemos/hls-downloader

    2,616Auf GitHub ansehen↗

    HLS Downloader is a browser-integrated utility designed to detect, capture, and assemble fragmented streaming media content directly from web pages. It functions as a browser extension that identifies HTTP Live Streaming manifests, allowing users to download video, audio, and subtitle tracks as complete, playable local files. The tool distinguishes itself by performing all processing tasks entirely within the browser environment. It utilizes native browser primitives to decrypt protected media segments and reconstruct fragmented binary streams into unified files. By intercepting network traff

    Utilizes native browser cryptographic primitives to securely process and unlock encrypted media segments.

    TypeScriptchromechrome-extensionclean-architecture
    Auf GitHub ansehen↗2,616
  1. Home
  2. Security & Cryptography
  3. Web Crypto API Integrations