awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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/crcAvatar von alexgorbatchev

    alexgorbatchev/crc

    369Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗369
  • anoskov/rsa-exAvatar von anoskov

    anoskov/rsa-ex

    38Auf GitHub ansehen↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    Auf GitHub ansehen↗38
  • bevacqua/hash-sumAvatar von bevacqua

    bevacqua/hash-sum

    312Auf GitHub ansehen↗

    `shell npm i hash-sum -S `

    JavaScript
    Auf GitHub ansehen↗312
  • bitwiseshiftleft/sjclAvatar von bitwiseshiftleft

    bitwiseshiftleft/sjcl

    7,208Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,208
  • brix/crypto-jsAvatar von brix

    brix/crypto-js

    16,384Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,384

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • crypto-browserify/pbkdf2Avatar von crypto-browserify

    crypto-browserify/pbkdf2

    202Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗202
  • crypto-browserify/sha.jsAvatar von crypto-browserify

    crypto-browserify/sha.js

    297Auf GitHub ansehen↗

    Node style SHA on pure JavaScript.

    JavaScript
    Auf GitHub ansehen↗297
  • danielberkompas/cloakAvatar von danielberkompas

    danielberkompas/cloak

    621Auf GitHub ansehen↗

    Elixir encryption library designed for Ecto

    Elixir
    Auf GitHub ansehen↗621
  • daviddesmet/nacl.coreAvatar von daviddesmet

    daviddesmet/NaCl.Core

    81Auf GitHub ansehen↗

    🔑 NaCl.Core, a cryptography library for .NET

    C#chacha20-poly1305dotnetdotnet-core
    Auf GitHub ansehen↗81
  • daviddesmet/paseto-dotnetAvatar von daviddesmet

    daviddesmet/paseto-dotnet

    144Auf GitHub ansehen↗

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

    C#dotnetdotnet-corenetstandard
    Auf GitHub ansehen↗144
  • dcodeio/bcrypt.jsAvatar von dcodeIO

    dcodeIO/bcrypt.js

    3,797Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,797
  • indutny/hash.jsAvatar von indutny

    indutny/hash.js

    324Auf GitHub ansehen↗

    Just a bike-shed.

    JavaScript
    Auf GitHub ansehen↗324
  • joyent/node-bcrypt-pbkdfAvatar von joyent

    joyent/node-bcrypt-pbkdf

    7Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7
  • juneandgreen/sm-cryptoAvatar von JuneAndGreen

    JuneAndGreen/sm-crypto

    1,150Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗1,150
  • kelektiv/node.bcrypt.jsAvatar von kelektiv

    kelektiv/node.bcrypt.js

    7,801Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7,801
  • kerukuro/digestppAvatar von kerukuro

    kerukuro/digestpp

    204Auf GitHub ansehen↗

    C++11 header-only message digest library

    C++blakeblake2blake2x
    Auf GitHub ansehen↗204
  • kjur/jsrsasignAvatar von kjur

    kjur/jsrsasign

    3,375Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,375
  • kkayataka/plusaesAvatar von kkAyataka

    kkAyataka/plusaes

    237Auf GitHub ansehen↗

    Header only C++ AES cipher library

    C++
    Auf GitHub ansehen↗237
  • kleinernik/elixir-aes-cmacAvatar von kleinernik

    kleinernik/elixir-aes-cmac

    9Auf GitHub ansehen↗

    AES CMAC (rfc 4493) in Elixir

    Elixir
    Auf GitHub ansehen↗9
  • mariusbancila/stduuidAvatar von mariusbancila

    mariusbancila/stduuid

    869Auf GitHub ansehen↗
    C++cppcpp17library
    Auf GitHub ansehen↗869
  • mauricebutler/cryptrAvatar von MauriceButler

    MauriceButler/cryptr

    272Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗272
  • maythamfahmi/cryptonetAvatar von maythamfahmi

    maythamfahmi/CryptoNet

    105Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗105
  • okdshin/picosha2Avatar von okdshin

    okdshin/PicoSHA2

    750Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗750
  • pkcs11interop/pkcs11interopAvatar von Pkcs11Interop

    Pkcs11Interop/Pkcs11Interop

    307Auf GitHub ansehen↗

    Managed .NET wrapper for unmanaged PKCS#11 libraries

    C#cryptocryptographyhsm
    Auf GitHub ansehen↗307
  • puleos/object-hashAvatar von puleos

    puleos/object-hash

    1,474Auf GitHub ansehen↗

    Generate hashes from javascript objects in node and the browser.

    JavaScript
    Auf GitHub ansehen↗1,474
  • pvorb/node-md5Avatar von pvorb

    pvorb/node-md5

    914Auf GitHub ansehen↗

    a JavaScript function for hashing messages with MD5.

    JavaScript
    Auf GitHub ansehen↗914
  • ricmoo/aes-jsAvatar von ricmoo

    ricmoo/aes-js

    1,493Auf GitHub ansehen↗

    AES-JS

    JavaScript
    Auf GitHub ansehen↗1,493
  • riverrun/comeoninAvatar von riverrun

    riverrun/comeonin

    1,317Auf GitHub ansehen↗

    Password hashing specification for the Elixir programming language

    Elixir
    Auf GitHub ansehen↗1,317
  • rozap/exgpgAvatar von rozap

    rozap/exgpg

    19Auf GitHub ansehen↗

    gpg interface

    Elixir
    Auf GitHub ansehen↗19
  • rubencaro/cipherAvatar von rubencaro

    rubencaro/cipher

    62Auf GitHub ansehen↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    Auf GitHub ansehen↗62