awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to riverrun/comeonin

Projects sharing features with Comeonin

30 open-source projects similar to riverrun/comeonin, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • alexgorbatchev/crcalexgorbatchev avatar

    alexgorbatchev/crc

    369View on GitHub↗

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

    Python
    View on GitHub↗369
  • anoskov/rsa-exanoskov avatar

    anoskov/rsa-ex

    38View on GitHub↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    View on GitHub↗38
  • bevacqua/hash-sumbevacqua avatar

    bevacqua/hash-sum

    312View on GitHub↗

    `shell npm i hash-sum -S `

    JavaScript
    View on GitHub↗312
  • bitwiseshiftleft/sjclbitwiseshiftleft avatar

    bitwiseshiftleft/sjcl

    7,208View on 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
    View on GitHub↗7,208
  • brix/crypto-jsbrix avatar

    brix/crypto-js

    16,384View on 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
    View on GitHub↗16,384

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • crypto-browserify/pbkdf2crypto-browserify avatar

    crypto-browserify/pbkdf2

    202View on GitHub↗

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

    JavaScript
    View on GitHub↗202
  • crypto-browserify/sha.jscrypto-browserify avatar

    crypto-browserify/sha.js

    297View on GitHub↗

    Node style SHA on pure JavaScript.

    JavaScript
    View on GitHub↗297
  • danielberkompas/cloakdanielberkompas avatar

    danielberkompas/cloak

    621View on GitHub↗

    Elixir encryption library designed for Ecto

    Elixir
    View on GitHub↗621
  • daviddesmet/nacl.coredaviddesmet avatar

    daviddesmet/NaCl.Core

    81View on GitHub↗

    🔑 NaCl.Core, a cryptography library for .NET

    C#chacha20-poly1305dotnetdotnet-core
    View on GitHub↗81
  • daviddesmet/paseto-dotnetdaviddesmet avatar

    daviddesmet/paseto-dotnet

    144View on GitHub↗

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

    C#dotnetdotnet-corenetstandard
    View on GitHub↗144
  • dcodeio/bcrypt.jsdcodeIO avatar

    dcodeIO/bcrypt.js

    3,797View on 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
    View on GitHub↗3,797
  • indutny/hash.jsindutny avatar

    indutny/hash.js

    324View on GitHub↗

    Just a bike-shed.

    JavaScript
    View on GitHub↗324
  • joyent/node-bcrypt-pbkdfjoyent avatar

    joyent/node-bcrypt-pbkdf

    7View on 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
    View on GitHub↗7
  • juneandgreen/sm-cryptoJuneAndGreen avatar

    JuneAndGreen/sm-crypto

    1,150View on GitHub↗

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

    JavaScript
    View on GitHub↗1,150
  • kelektiv/node.bcrypt.jskelektiv avatar

    kelektiv/node.bcrypt.js

    7,801View on 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++
    View on GitHub↗7,801
  • kerukuro/digestppkerukuro avatar

    kerukuro/digestpp

    204View on GitHub↗

    C++11 header-only message digest library

    C++blakeblake2blake2x
    View on GitHub↗204
  • kjur/jsrsasignkjur avatar

    kjur/jsrsasign

    3,375View on 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
    View on GitHub↗3,375
  • kkayataka/plusaeskkAyataka avatar

    kkAyataka/plusaes

    237View on GitHub↗

    Header only C++ AES cipher library

    C++
    View on GitHub↗237
  • kleinernik/elixir-aes-cmackleinernik avatar

    kleinernik/elixir-aes-cmac

    9View on GitHub↗

    AES CMAC (rfc 4493) in Elixir

    Elixir
    View on GitHub↗9
  • mariusbancila/stduuidmariusbancila avatar

    mariusbancila/stduuid

    869View on GitHub↗
    C++cppcpp17library
    View on GitHub↗869
  • mauricebutler/cryptrMauriceButler avatar

    MauriceButler/cryptr

    272View on GitHub↗

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

    JavaScript
    View on GitHub↗272
  • maythamfahmi/cryptonetmaythamfahmi avatar

    maythamfahmi/CryptoNet

    105View on GitHub↗

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

    C#
    View on GitHub↗105
  • okdshin/picosha2okdshin avatar

    okdshin/PicoSHA2

    750View on GitHub↗

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

    C++
    View on GitHub↗750
  • pkcs11interop/pkcs11interopPkcs11Interop avatar

    Pkcs11Interop/Pkcs11Interop

    307View on GitHub↗

    Managed .NET wrapper for unmanaged PKCS#11 libraries

    C#cryptocryptographyhsm
    View on GitHub↗307
  • puleos/object-hashpuleos avatar

    puleos/object-hash

    1,474View on GitHub↗

    Generate hashes from javascript objects in node and the browser.

    JavaScript
    View on GitHub↗1,474
  • pvorb/node-md5pvorb avatar

    pvorb/node-md5

    914View on GitHub↗

    a JavaScript function for hashing messages with MD5.

    JavaScript
    View on GitHub↗914
  • ricmoo/aes-jsricmoo avatar

    ricmoo/aes-js

    1,493View on GitHub↗

    AES-JS

    JavaScript
    View on GitHub↗1,493
  • rozap/exgpgrozap avatar

    rozap/exgpg

    19View on GitHub↗

    gpg interface

    Elixir
    View on GitHub↗19
  • rubencaro/cipherrubencaro avatar

    rubencaro/cipher

    62View on GitHub↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    View on GitHub↗62
  • rzcoder/node-rsarzcoder avatar

    rzcoder/node-rsa

    1,381View on GitHub↗

    RSA library for Node.js and browsers.

    TypeScript
    View on GitHub↗1,381