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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesClient-Side Cryptographic Utilities

Security algorithms that run locally to protect sensitive data.

Distinguishing note: Focuses on client-side execution to ensure data privacy.

Explore 4 awesome GitHub repositories matching security & cryptography · Client-Side Cryptographic Utilities. Refine with filters or upvote what's useful.

Awesome Client-Side Cryptographic Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gchq/cyberchefAvatar de gchq

    gchq/CyberChef

    35,120Ver en GitHub↗

    CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition

    Processes sensitive information using security-focused algorithms without transmitting data to external servers.

    JavaScriptcompressiondata-analysisdata-manipulation
    Ver en GitHub↗35,120
  • bitwarden/serverAvatar de bitwarden

    bitwarden/server

    18,074Ver en GitHub↗

    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

    Uses memory-hard hashing functions to transform user passwords into cryptographic keys locally before transmission.

    C#apiaspnetaspnetcore
    Ver en GitHub↗18,074
  • travist/jsencryptAvatar de travist

    travist/jsencrypt

    6,799Ver en GitHub↗

    jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an asymmetric key generator and digital signature provider that executes all cryptographic processing directly in the browser. The library focuses on the use of the PEM standard for importing, exporting, and managing cryptographic keys. It provides the ability to create public and private RSA key pairs of various bit sizes and supports OpenSSL compatible formats. Its capabilities cover the transformation of plaintext into ciphertext and the recovery of original messages using corr

    Executes all cryptographic processing directly in the browser to ensure sensitive data never leaves the client in plaintext.

    JavaScript
    Ver en GitHub↗6,799
  • iancoleman/bip39Avatar de iancoleman

    iancoleman/bip39

    4,112Ver en GitHub↗

    This project is a mnemonic seed generator and deterministic wallet deriver. It converts mnemonic phrases into binary seeds and derives cryptocurrency wallet addresses and private keys. The tool is implemented as a browser-based cryptographic utility designed for offline execution. This ensures that all key generation and seed computation occur locally on the machine to prevent private keys from leaving the local environment. The system covers mnemonic phrase generation from entropy, seed computation using password-based derivation, and the derivation of public addresses for multiple cryptocu

    Executes all cryptographic computations locally in the browser to ensure private keys never leave the machine.

    JavaScript
    Ver en GitHub↗4,112
  1. Home
  2. Security & Cryptography
  3. Client-Side Cryptographic Utilities