awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pvorb/node-md5

Open-source alternatives to Node Md5

30 open-source projects similar to pvorb/node-md5, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Md5 alternative.

  • alexgorbatchev/crcalexgorbatchev 的头像

    alexgorbatchev/crc

    369在 GitHub 上查看↗

    Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.

    Python
    在 GitHub 上查看↗369
  • anoskov/rsa-exanoskov 的头像

    anoskov/rsa-ex

    38在 GitHub 上查看↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    在 GitHub 上查看↗38
  • bevacqua/hash-sumbevacqua 的头像

    bevacqua/hash-sum

    312在 GitHub 上查看↗

    `shell npm i hash-sum -S `

    JavaScript
    在 GitHub 上查看↗312
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • crypto-browserify/pbkdf2crypto-browserify 的头像

    crypto-browserify/pbkdf2

    202在 GitHub 上查看↗

    This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

    JavaScript
    在 GitHub 上查看↗202
  • crypto-browserify/sha.jscrypto-browserify 的头像

    crypto-browserify/sha.js

    297在 GitHub 上查看↗

    Node style SHA on pure JavaScript.

    JavaScript
    在 GitHub 上查看↗297
  • danielberkompas/cloakdanielberkompas 的头像

    danielberkompas/cloak

    621在 GitHub 上查看↗

    Elixir encryption library designed for Ecto

    Elixir
    在 GitHub 上查看↗621
  • daviddesmet/nacl.coredaviddesmet 的头像

    daviddesmet/NaCl.Core

    81在 GitHub 上查看↗

    🔑 NaCl.Core, a cryptography library for .NET

    C#chacha20-poly1305dotnetdotnet-core
    在 GitHub 上查看↗81
  • daviddesmet/paseto-dotnetdaviddesmet 的头像

    daviddesmet/paseto-dotnet

    144在 GitHub 上查看↗

    🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET

    C#dotnetdotnet-corenetstandard
    在 GitHub 上查看↗144
  • dcodeio/bcrypt.jsdcodeIO 的头像

    dcodeIO/bcrypt.js

    3,797在 GitHub 上查看↗

    bcrypt.js is a portable JavaScript implementation of the bcrypt algorithm used for securely hashing and verifying user passwords. It functions as a credential security utility that protects stored passwords against brute-force attacks through the use of salts and configurable work factors. The library is designed as a pure JavaScript cryptographic module, allowing it to run in any JavaScript environment, including both server-side Node.js and client-side web browsers, without requiring native system binaries or C++ bindings. It is a zero-dependency standalone module to minimize security risks

    JavaScript
    在 GitHub 上查看↗3,797
  • indutny/hash.jsindutny 的头像

    indutny/hash.js

    324在 GitHub 上查看↗

    Just a bike-shed.

    JavaScript
    在 GitHub 上查看↗324
  • joyent/node-bcrypt-pbkdfjoyent 的头像

    joyent/node-bcrypt-pbkdf

    7在 GitHub 上查看↗

    Port of the OpenBSD bcryptpbkdf function to pure Javascript. npm-ified version of Devi Mandiri's port (https://github.com/devi/tmp/blob/master/js/bcryptpbkdf.js), with some minor performance improvements. The code is copied verbatim (and un-styled) from Devi's work.

    JavaScript
    在 GitHub 上查看↗7
  • juneandgreen/sm-cryptoJuneAndGreen 的头像

    JuneAndGreen/sm-crypto

    1,150在 GitHub 上查看↗

    国密算法sm2、sm3和sm4的js实现。

    JavaScript
    在 GitHub 上查看↗1,150
  • kelektiv/node.bcrypt.jskelektiv 的头像

    kelektiv/node.bcrypt.js

    7,801在 GitHub 上查看↗

    This is a bcrypt password hashing library and cryptography module for Node.js. It provides a toolset for generating secure salts, computing cryptographically strong hashes, and verifying passwords to protect user credentials from unauthorized access. The library implements adaptive hashing, utilizing a configurable cost factor to increase the computational effort required to brute-force passwords. It includes a password verification tool that protects the comparison process from timing attacks. The project covers secure password hashing and salt generation, as well as utilities for hash cost

    C++
    在 GitHub 上查看↗7,801
  • kerukuro/digestppkerukuro 的头像

    kerukuro/digestpp

    204在 GitHub 上查看↗

    C++11 header-only message digest library

    C++blakeblake2blake2x
    在 GitHub 上查看↗204
  • 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
  • kkayataka/plusaeskkAyataka 的头像

    kkAyataka/plusaes

    237在 GitHub 上查看↗

    Header only C++ AES cipher library

    C++
    在 GitHub 上查看↗237
  • kleinernik/elixir-aes-cmackleinernik 的头像

    kleinernik/elixir-aes-cmac

    9在 GitHub 上查看↗

    AES CMAC (rfc 4493) in Elixir

    Elixir
    在 GitHub 上查看↗9
  • mariusbancila/stduuidmariusbancila 的头像

    mariusbancila/stduuid

    869在 GitHub 上查看↗
    C++cppcpp17library
    在 GitHub 上查看↗869
  • mauricebutler/cryptrMauriceButler 的头像

    MauriceButler/cryptr

    272在 GitHub 上查看↗

    cryptr is a simple aes-256-gcm encrypt and decrypt module for node.js

    JavaScript
    在 GitHub 上查看↗272
  • maythamfahmi/cryptonetmaythamfahmi 的头像

    maythamfahmi/CryptoNet

    105在 GitHub 上查看↗

    CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.

    C#
    在 GitHub 上查看↗105
  • okdshin/picosha2okdshin 的头像

    okdshin/PicoSHA2

    750在 GitHub 上查看↗

    a header-file-only, SHA256 hash generator in C++

    C++
    在 GitHub 上查看↗750
  • pkcs11interop/pkcs11interopPkcs11Interop 的头像

    Pkcs11Interop/Pkcs11Interop

    307在 GitHub 上查看↗

    Managed .NET wrapper for unmanaged PKCS#11 libraries

    C#cryptocryptographyhsm
    在 GitHub 上查看↗307
  • puleos/object-hashpuleos 的头像

    puleos/object-hash

    1,474在 GitHub 上查看↗

    Generate hashes from javascript objects in node and the browser.

    JavaScript
    在 GitHub 上查看↗1,474
  • ricmoo/aes-jsricmoo 的头像

    ricmoo/aes-js

    1,493在 GitHub 上查看↗

    AES-JS

    JavaScript
    在 GitHub 上查看↗1,493
  • riverrun/comeoninriverrun 的头像

    riverrun/comeonin

    1,317在 GitHub 上查看↗

    Password hashing specification for the Elixir programming language

    Elixir
    在 GitHub 上查看↗1,317
  • rozap/exgpgrozap 的头像

    rozap/exgpg

    19在 GitHub 上查看↗

    gpg interface

    Elixir
    在 GitHub 上查看↗19
  • rubencaro/cipherrubencaro 的头像

    rubencaro/cipher

    62在 GitHub 上查看↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    在 GitHub 上查看↗62
  • rzcoder/node-rsarzcoder 的头像

    rzcoder/node-rsa

    1,381在 GitHub 上查看↗

    RSA library for Node.js and browsers.

    TypeScript
    在 GitHub 上查看↗1,381