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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to clipperz/javascript-crypto-library

Open-source alternatives to Javascript Crypto Library

27 open-source projects similar to clipperz/javascript-crypto-library, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Javascript Crypto Library alternative.

  • apache/incubator-milagro-crypto-jsAvatar de apache

    apache/incubator-milagro-crypto-js

    19Voir sur GitHub↗

    Apache milagro

    JavaScript
    Voir sur GitHub↗19
  • bitwiseshiftleft/sjclAvatar de bitwiseshiftleft

    bitwiseshiftleft/sjcl

    7,208Voir sur GitHub↗

    sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,

    JavaScript
    Voir sur GitHub↗7,208
  • brix/crypto-jsAvatar de brix

    brix/crypto-js

    16,384Voir sur GitHub↗

    crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and

    JavaScript
    Voir sur GitHub↗16,384
  • cossacklabs/themisAvatar de cossacklabs

    cossacklabs/themis

    1,965Voir sur GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    Voir sur GitHub↗1,965

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dchest/tweetnacl-jsAvatar de dchest

    dchest/tweetnacl-js

    1,923Voir sur GitHub↗

    Port of TweetNaCl cryptographic library to JavaScript

    JavaScript
    Voir sur GitHub↗1,923
  • digitalbazaar/forgeAvatar de digitalbazaar

    digitalbazaar/forge

    5,311Voir sur GitHub↗

    Forge is a JavaScript cryptography library providing a comprehensive set of tools for symmetric and asymmetric encryption, hashing, and digital signatures. It includes a full Transport Layer Security implementation for establishing secure network connections and managing encrypted traffic. The project implements a wide array of public key infrastructure tools, including X.509 certificate management, the generation of certificate signing requests, and the validation of certificate chains. It provides a PKCS cryptographic toolkit for handling secure archives and signed messages, alongside suppo

    JavaScript
    Voir sur GitHub↗5,311
  • google/closure-libraryAvatar de google

    google/closure-library

    4,896Voir sur GitHub↗

    Closure Library is a JavaScript standard library and utility toolset designed for building large-scale web applications. It provides a collection of core utility modules and standardized APIs to simplify complex application logic and state management. The project is built as a modular framework using a namespace-based module system to prevent global scope pollution. It is specifically designed for use with the Closure Compiler to enable aggressive dead-code elimination and minification, reducing the final delivery size in production. To ensure reliability in large projects, the library utiliz

    JavaScript
    Voir sur GitHub↗4,896
  • gwjjeff/cryptojsAvatar de gwjjeff

    gwjjeff/cryptojs

    327Voir sur GitHub↗

    Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64

    JavaScript
    Voir sur GitHub↗327
  • h2non/jshashesAvatar de h2non

    h2non/jshashes

    725Voir sur GitHub↗

    Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)

    JavaScript
    Voir sur GitHub↗725
  • jedisct1/libsodium.jsAvatar de jedisct1

    jedisct1/libsodium.js

    1,138Voir sur GitHub↗

    libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.

    HTML
    Voir sur GitHub↗1,138
  • kjur/jsrsasignAvatar de kjur

    kjur/jsrsasign

    3,375Voir sur GitHub↗

    CAUTION: END OF SUPPORT ON 3 JUN 2026. The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.

    HTML
    Voir sur GitHub↗3,375
  • ncb000gt/node.bcrypt.jsAvatar de ncb000gt

    ncb000gt/node.bcrypt.js

    7,800Voir sur GitHub↗

    This is a Node.js library for securely hashing and verifying passwords using the bcrypt adaptive hashing algorithm. It functions as a password security module that transforms plain-text credentials into protected hashes and generates cryptographically secure salts. The implementation allows for the adjustment of computational cost to resist brute-force attacks. It provides utilities for password hash verification and the extraction of hash metadata to determine the number of encryption rounds used. The project covers a range of security and access control capabilities, including credential s

    C++
    Voir sur GitHub↗7,800
  • openpeer/cifreAvatar de openpeer

    openpeer/cifre

    124Voir sur GitHub↗

    Fast crypto toolkit for modern client-side JavaScript

    JavaScript
    Voir sur GitHub↗124
  • openpgpjs/openpgpjsAvatar de openpgpjs

    openpgpjs/openpgpjs

    5,957Voir sur GitHub↗

    OpenPGP implementation for JavaScript

    JavaScript
    Voir sur GitHub↗5,957
  • paulmillr/micro-rsa-dsa-dhAvatar de paulmillr

    paulmillr/micro-rsa-dsa-dh

    23Voir sur GitHub↗

    Minimal JS implementation of older cryptography algorithms: RSA, DSA, DH.

    TypeScript
    Voir sur GitHub↗23
  • paulmillr/noble-ciphersAvatar de paulmillr

    paulmillr/noble-ciphers

    392Voir sur GitHub↗

    Audited & minimal JS implementation of Salsa20, ChaCha and AES

    TypeScript
    Voir sur GitHub↗392
  • paulmillr/noble-curvesAvatar de paulmillr

    paulmillr/noble-curves

    912Voir sur GitHub↗

    Audited & minimal JS implementation of elliptic curve cryptography.

    TypeScript
    Voir sur GitHub↗912
  • paulmillr/noble-hashesAvatar de paulmillr

    paulmillr/noble-hashes

    874Voir sur GitHub↗

    Audited & minimal JS implementation of hash functions, MACs and KDFs.

    TypeScriptargon2blake2blake3
    Voir sur GitHub↗874
  • paulmillr/noble-post-quantumAvatar de paulmillr

    paulmillr/noble-post-quantum

    332Voir sur GitHub↗

    Auditable & minimal JS implementation of public-key post-quantum cryptography

    TypeScript
    Voir sur GitHub↗332
  • polycrypt/polycryptAvatar de polycrypt

    polycrypt/polycrypt

    266Voir sur GitHub↗

    PolyCrypt - A pure JS implementation of the WebCrypto API

    JavaScript
    Voir sur GitHub↗266
  • quartzjer/ursaAvatar de quartzjer

    quartzjer/ursa

    614Voir sur GitHub↗

    URSA - RSA public/private key OpenSSL bindings for Node.js

    JavaScript
    Voir sur GitHub↗614
  • shanegirish/bcrypt-node.jsS

    shaneGirish/bcrypt-Node.js

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • srijs/rushaAvatar de srijs

    srijs/rusha

    278Voir sur GitHub↗

    High-performance pure-javascript SHA1 implementation suitable for large binary data, reaching up to half the native speed.

    JavaScript
    Voir sur GitHub↗278
  • tonyg/js-naclAvatar de tonyg

    tonyg/js-nacl

    493Voir sur GitHub↗

    Pure-Javascript High-level API to Emscripten-compiled libsodium routines. -- MOVED TO https://git.leastfixedpoint.com/tonyg/js-nacl

    JavaScript
    Voir sur GitHub↗493
  • travist/jsencryptAvatar de travist

    travist/jsencrypt

    6,799Voir sur 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

    JavaScript
    Voir sur GitHub↗6,799
  • vibornoff/asmcrypto.jsAvatar de vibornoff

    vibornoff/asmcrypto.js

    668Voir sur GitHub↗

    JavaScript Cryptographic Library with performance in mind.

    JavaScript
    Voir sur GitHub↗668
  • wwwtyro/crypticoAvatar de wwwtyro

    wwwtyro/cryptico

    1,183Voir sur GitHub↗

    An easy-to-use encryption system utilizing RSA and AES for javascript.

    JavaScript
    Voir sur GitHub↗1,183