awesome-repositories.com
ब्लॉग
awesome-repositories.com

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

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

Open-source alternatives to Node Rsa

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

  • alexgorbatchev/crcalexgorbatchev का अवतार

    alexgorbatchev/crc

    369GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗369
  • anoskov/rsa-exanoskov का अवतार

    anoskov/rsa-ex

    38GitHub पर देखें↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    GitHub पर देखें↗38
  • bevacqua/hash-sumbevacqua का अवतार

    bevacqua/hash-sum

    312GitHub पर देखें↗

    `shell npm i hash-sum -S `

    JavaScript
    GitHub पर देखें↗312
  • 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

AI सर्च

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

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

Find more with AI search
  • crypto-browserify/pbkdf2crypto-browserify का अवतार

    crypto-browserify/pbkdf2

    202GitHub पर देखें↗

    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

    297GitHub पर देखें↗

    Node style SHA on pure JavaScript.

    JavaScript
    GitHub पर देखें↗297
  • danielberkompas/cloakdanielberkompas का अवतार

    danielberkompas/cloak

    621GitHub पर देखें↗

    Elixir encryption library designed for Ecto

    Elixir
    GitHub पर देखें↗621
  • daviddesmet/nacl.coredaviddesmet का अवतार

    daviddesmet/NaCl.Core

    81GitHub पर देखें↗

    🔑 NaCl.Core, a cryptography library for .NET

    C#chacha20-poly1305dotnetdotnet-core
    GitHub पर देखें↗81
  • daviddesmet/paseto-dotnetdaviddesmet का अवतार

    daviddesmet/paseto-dotnet

    144GitHub पर देखें↗

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

    C#dotnetdotnet-corenetstandard
    GitHub पर देखें↗144
  • dcodeio/bcrypt.jsdcodeIO का अवतार

    dcodeIO/bcrypt.js

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

    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

    324GitHub पर देखें↗

    Just a bike-shed.

    JavaScript
    GitHub पर देखें↗324
  • joyent/node-bcrypt-pbkdfjoyent का अवतार

    joyent/node-bcrypt-pbkdf

    7GitHub पर देखें↗

    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,150GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗1,150
  • kelektiv/node.bcrypt.jskelektiv का अवतार

    kelektiv/node.bcrypt.js

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

    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

    204GitHub पर देखें↗

    C++11 header-only message digest library

    C++blakeblake2blake2x
    GitHub पर देखें↗204
  • 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
  • kkayataka/plusaeskkAyataka का अवतार

    kkAyataka/plusaes

    237GitHub पर देखें↗

    Header only C++ AES cipher library

    C++
    GitHub पर देखें↗237
  • kleinernik/elixir-aes-cmackleinernik का अवतार

    kleinernik/elixir-aes-cmac

    9GitHub पर देखें↗

    AES CMAC (rfc 4493) in Elixir

    Elixir
    GitHub पर देखें↗9
  • mariusbancila/stduuidmariusbancila का अवतार

    mariusbancila/stduuid

    869GitHub पर देखें↗
    C++cppcpp17library
    GitHub पर देखें↗869
  • mauricebutler/cryptrMauriceButler का अवतार

    MauriceButler/cryptr

    272GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗272
  • maythamfahmi/cryptonetmaythamfahmi का अवतार

    maythamfahmi/CryptoNet

    105GitHub पर देखें↗

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

    C#
    GitHub पर देखें↗105
  • okdshin/picosha2okdshin का अवतार

    okdshin/PicoSHA2

    750GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗750
  • pkcs11interop/pkcs11interopPkcs11Interop का अवतार

    Pkcs11Interop/Pkcs11Interop

    307GitHub पर देखें↗

    Managed .NET wrapper for unmanaged PKCS#11 libraries

    C#cryptocryptographyhsm
    GitHub पर देखें↗307
  • puleos/object-hashpuleos का अवतार

    puleos/object-hash

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

    Generate hashes from javascript objects in node and the browser.

    JavaScript
    GitHub पर देखें↗1,474
  • pvorb/node-md5pvorb का अवतार

    pvorb/node-md5

    914GitHub पर देखें↗

    a JavaScript function for hashing messages with MD5.

    JavaScript
    GitHub पर देखें↗914
  • ricmoo/aes-jsricmoo का अवतार

    ricmoo/aes-js

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

    AES-JS

    JavaScript
    GitHub पर देखें↗1,493
  • riverrun/comeoninriverrun का अवतार

    riverrun/comeonin

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

    Password hashing specification for the Elixir programming language

    Elixir
    GitHub पर देखें↗1,317
  • rozap/exgpgrozap का अवतार

    rozap/exgpg

    19GitHub पर देखें↗

    gpg interface

    Elixir
    GitHub पर देखें↗19
  • rubencaro/cipherrubencaro का अवतार

    rubencaro/cipher

    62GitHub पर देखें↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    GitHub पर देखें↗62