awesome-repositories.comश्रेणियाँब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to polycrypt/polycrypt

Open-source alternatives to Polycrypt

27 open-source projects similar to polycrypt/polycrypt, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Polycrypt alternative.

  • apache/incubator-milagro-crypto-jsapache का अवतार

    apache/incubator-milagro-crypto-js

    19GitHub पर देखें↗

    Apache milagro

    JavaScript
    GitHub पर देखें↗19
  • bitwiseshiftleft/sjclbitwiseshiftleft का अवतार

    bitwiseshiftleft/sjcl

    7,208GitHub पर देखें↗

    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
    GitHub पर देखें↗7,208
  • brix/crypto-jsbrix का अवतार

    brix/crypto-js

    16,384GitHub पर देखें↗

    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
    GitHub पर देखें↗16,384
  • clipperz/javascript-crypto-libraryclipperz का अवतार

    clipperz/javascript-crypto-library

    284GitHub पर देखें↗

    The JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity and reusability. The library is released as open source under a BDS license.

    JavaScript
    GitHub पर देखें↗284

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • cossacklabs/themiscossacklabs का अवतार

    cossacklabs/themis

    1,965GitHub पर देखें↗

    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
    GitHub पर देखें↗1,965
  • dchest/tweetnacl-jsdchest का अवतार

    dchest/tweetnacl-js

    1,923GitHub पर देखें↗

    Port of TweetNaCl cryptographic library to JavaScript

    JavaScript
    GitHub पर देखें↗1,923
  • digitalbazaar/forgedigitalbazaar का अवतार

    digitalbazaar/forge

    5,311GitHub पर देखें↗

    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
    GitHub पर देखें↗5,311
  • google/closure-librarygoogle का अवतार

    google/closure-library

    4,896GitHub पर देखें↗

    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
    GitHub पर देखें↗4,896
  • gwjjeff/cryptojsgwjjeff का अवतार

    gwjjeff/cryptojs

    327GitHub पर देखें↗

    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
    GitHub पर देखें↗327
  • h2non/jshashesh2non का अवतार

    h2non/jshashes

    725GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗725
  • jedisct1/libsodium.jsjedisct1 का अवतार

    jedisct1/libsodium.js

    1,138GitHub पर देखें↗

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

    HTML
    GitHub पर देखें↗1,138
  • kjur/jsrsasignkjur का अवतार

    kjur/jsrsasign

    3,375GitHub पर देखें↗

    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
    GitHub पर देखें↗3,375
  • ncb000gt/node.bcrypt.jsncb000gt का अवतार

    ncb000gt/node.bcrypt.js

    7,800GitHub पर देखें↗

    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++
    GitHub पर देखें↗7,800
  • openpeer/cifreopenpeer का अवतार

    openpeer/cifre

    124GitHub पर देखें↗

    Fast crypto toolkit for modern client-side JavaScript

    JavaScript
    GitHub पर देखें↗124
  • openpgpjs/openpgpjsopenpgpjs का अवतार

    openpgpjs/openpgpjs

    5,957GitHub पर देखें↗

    OpenPGP implementation for JavaScript

    JavaScript
    GitHub पर देखें↗5,957
  • paulmillr/micro-rsa-dsa-dhpaulmillr का अवतार

    paulmillr/micro-rsa-dsa-dh

    23GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗23
  • paulmillr/noble-cipherspaulmillr का अवतार

    paulmillr/noble-ciphers

    392GitHub पर देखें↗

    Audited & minimal JS implementation of Salsa20, ChaCha and AES

    TypeScript
    GitHub पर देखें↗392
  • paulmillr/noble-curvespaulmillr का अवतार

    paulmillr/noble-curves

    912GitHub पर देखें↗

    Audited & minimal JS implementation of elliptic curve cryptography.

    TypeScript
    GitHub पर देखें↗912
  • paulmillr/noble-hashespaulmillr का अवतार

    paulmillr/noble-hashes

    874GitHub पर देखें↗

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

    TypeScriptargon2blake2blake3
    GitHub पर देखें↗874
  • paulmillr/noble-post-quantumpaulmillr का अवतार

    paulmillr/noble-post-quantum

    332GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗332
  • quartzjer/ursaquartzjer का अवतार

    quartzjer/ursa

    614GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗614
  • shanegirish/bcrypt-node.jsS

    shaneGirish/bcrypt-Node.js

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • srijs/rushasrijs का अवतार

    srijs/rusha

    278GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗278
  • tonyg/js-nacltonyg का अवतार

    tonyg/js-nacl

    493GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗493
  • travist/jsencrypttravist का अवतार

    travist/jsencrypt

    6,799GitHub पर देखें↗

    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
    GitHub पर देखें↗6,799
  • vibornoff/asmcrypto.jsvibornoff का अवतार

    vibornoff/asmcrypto.js

    668GitHub पर देखें↗

    JavaScript Cryptographic Library with performance in mind.

    JavaScript
    GitHub पर देखें↗668
  • wwwtyro/crypticowwwtyro का अवतार

    wwwtyro/cryptico

    1,183GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗1,183