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

    19在 GitHub 上查看↗

    Apache milagro

    JavaScript
    在 GitHub 上查看↗19
  • bitwiseshiftleft/sjclbitwiseshiftleft 的头像

    bitwiseshiftleft/sjcl

    7,208在 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
    在 GitHub 上查看↗7,208
  • brix/crypto-jsbrix 的头像

    brix/crypto-js

    16,384在 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
    在 GitHub 上查看↗16,384
  • clipperz/javascript-crypto-libraryclipperz 的头像

    clipperz/javascript-crypto-library

    284在 GitHub 上查看↗

    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 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cossacklabs/themiscossacklabs 的头像

    cossacklabs/themis

    1,965在 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
    在 GitHub 上查看↗1,965
  • dchest/tweetnacl-jsdchest 的头像

    dchest/tweetnacl-js

    1,923在 GitHub 上查看↗

    Port of TweetNaCl cryptographic library to JavaScript

    JavaScript
    在 GitHub 上查看↗1,923
  • digitalbazaar/forgedigitalbazaar 的头像

    digitalbazaar/forge

    5,311在 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
    在 GitHub 上查看↗5,311
  • google/closure-librarygoogle 的头像

    google/closure-library

    4,896在 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
    在 GitHub 上查看↗4,896
  • gwjjeff/cryptojsgwjjeff 的头像

    gwjjeff/cryptojs

    327在 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
    在 GitHub 上查看↗327
  • h2non/jshashesh2non 的头像

    h2non/jshashes

    725在 GitHub 上查看↗

    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,138在 GitHub 上查看↗

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

    HTML
    在 GitHub 上查看↗1,138
  • kjur/jsrsasignkjur 的头像

    kjur/jsrsasign

    3,375在 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
    在 GitHub 上查看↗3,375
  • ncb000gt/node.bcrypt.jsncb000gt 的头像

    ncb000gt/node.bcrypt.js

    7,800在 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++
    在 GitHub 上查看↗7,800
  • openpeer/cifreopenpeer 的头像

    openpeer/cifre

    124在 GitHub 上查看↗

    Fast crypto toolkit for modern client-side JavaScript

    JavaScript
    在 GitHub 上查看↗124
  • openpgpjs/openpgpjsopenpgpjs 的头像

    openpgpjs/openpgpjs

    5,957在 GitHub 上查看↗

    OpenPGP implementation for JavaScript

    JavaScript
    在 GitHub 上查看↗5,957
  • paulmillr/micro-rsa-dsa-dhpaulmillr 的头像

    paulmillr/micro-rsa-dsa-dh

    23在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗23
  • paulmillr/noble-cipherspaulmillr 的头像

    paulmillr/noble-ciphers

    392在 GitHub 上查看↗

    Audited & minimal JS implementation of Salsa20, ChaCha and AES

    TypeScript
    在 GitHub 上查看↗392
  • paulmillr/noble-curvespaulmillr 的头像

    paulmillr/noble-curves

    912在 GitHub 上查看↗

    Audited & minimal JS implementation of elliptic curve cryptography.

    TypeScript
    在 GitHub 上查看↗912
  • paulmillr/noble-hashespaulmillr 的头像

    paulmillr/noble-hashes

    874在 GitHub 上查看↗

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

    TypeScriptargon2blake2blake3
    在 GitHub 上查看↗874
  • paulmillr/noble-post-quantumpaulmillr 的头像

    paulmillr/noble-post-quantum

    332在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗332
  • quartzjer/ursaquartzjer 的头像

    quartzjer/ursa

    614在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗614
  • shanegirish/bcrypt-node.jsS

    shaneGirish/bcrypt-Node.js

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • srijs/rushasrijs 的头像

    srijs/rusha

    278在 GitHub 上查看↗

    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

    493在 GitHub 上查看↗

    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,799在 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
    在 GitHub 上查看↗6,799
  • vibornoff/asmcrypto.jsvibornoff 的头像

    vibornoff/asmcrypto.js

    668在 GitHub 上查看↗

    JavaScript Cryptographic Library with performance in mind.

    JavaScript
    在 GitHub 上查看↗668
  • wwwtyro/crypticowwwtyro 的头像

    wwwtyro/cryptico

    1,183在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗1,183