awesome-repositories.com
Blog
MCP
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 rozap/exgpg

Open-source alternatives to Exgpg

30 open-source projects similar to rozap/exgpg, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Exgpg alternative.

  • rubencaro/cipherAvatar von rubencaro

    rubencaro/cipher

    62Auf GitHub ansehen↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    Auf GitHub ansehen↗62
  • sdrapkin/securitydriven.infernoAvatar von sdrapkin

    sdrapkin/SecurityDriven.Inferno

    585Auf GitHub ansehen↗

    :whitecheckmark: .NET crypto done right. Professionally audited.

    C#aeadbase32base64
    Auf GitHub ansehen↗585
  • trapped/elixir-rsaAvatar von trapped

    trapped/elixir-rsa

    36Auf GitHub ansehen↗

    Erlang public_key cryptography wrapper for Elixir

    Elixir
    Auf GitHub ansehen↗36
  • danielberkompas/cloakAvatar von danielberkompas

    danielberkompas/cloak

    621Auf GitHub ansehen↗

    Elixir encryption library designed for Ecto

    Elixir
    Auf GitHub ansehen↗621
  • yuce/potAvatar von yuce

    yuce/pot

    242Auf GitHub ansehen↗

    POT is an Erlang library for generating Google Authenticator compatible one time passwords

    Erlang
    Auf GitHub ansehen↗242
  • b-con/crypto-algorithmsAvatar von B-Con

    B-Con/crypto-algorithms

    2,023Auf GitHub ansehen↗

    Basic implementations of standard cryptography algorithms, like AES and SHA-1.

    C
    Auf GitHub ansehen↗2,023

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
  • awslabs/s2nAvatar von awslabs

    awslabs/s2n

    4,736Auf GitHub ansehen↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Auf GitHub ansehen↗4,736
  • 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
  • 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
  • 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
  • cossacklabs/themisAvatar von cossacklabs

    cossacklabs/themis

    1,965Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,965
  • 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
  • cyan4973/xxhashAvatar von Cyan4973

    Cyan4973/xxHash

    10,885Auf GitHub ansehen↗

    xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity verification. It functions as an incremental hashing engine, allowing for the processing of large or streaming data inputs by maintaining a persistent internal state across sequential chunks. The library is engineered as a computational framework that maximizes throughput by utilizing wide CPU registers and branchless instruction pipelining. It achieves high-speed performance by aligning data access with CPU cache lines and employing multi-stage mixing functions that ensure c

    Ccdispersionhash
    Auf GitHub ansehen↗10,885
  • apache/incubator-milagro-crypto-cAvatar von apache

    apache/incubator-milagro-crypto-c

    39Auf GitHub ansehen↗

    Apache milagro (Incubating)

    C
    Auf GitHub ansehen↗39
  • 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
  • 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
  • bitbeans/streamcryptorAvatar von bitbeans

    bitbeans/StreamCryptor

    132Auf GitHub ansehen↗

    Stream encryption & decryption with libsodium and protobuf

    C#
    Auf GitHub ansehen↗132
  • dedis/kyberAvatar von dedis

    dedis/kyber

    698Auf GitHub ansehen↗

    Advanced crypto library for the Go language

    Go
    Auf GitHub ansehen↗698
  • dgryski/dkeyczarAvatar von dgryski

    dgryski/dkeyczar

    112Auf GitHub ansehen↗

    Port of Google's Keyczar cryptography library to Go

    Go
    Auf GitHub ansehen↗112
  • elixircnx/comeoninAvatar von elixircnx

    elixircnx/comeonin

    1,317Auf GitHub ansehen↗

    Password hashing specification for the Elixir programming language

    Elixir
    Auf GitHub ansehen↗1,317
  • eudoxia0/trivial-sshAvatar von eudoxia0

    eudoxia0/trivial-ssh

    47Auf GitHub ansehen↗

    An SSH client library for Common Lisp (Built on libssh2)

    Common Lisp
    Auf GitHub ansehen↗47
  • galoisinc/cryptolAvatar von GaloisInc

    GaloisInc/cryptol

    1,210Auf GitHub ansehen↗

    Cryptol: The Language of Cryptography

    Haskell
    Auf GitHub ansehen↗1,210
  • gnutls/nettleAvatar von gnutls

    gnutls/nettle

    73Auf GitHub ansehen↗

    A mirror of the nettle repository

    C
    Auf GitHub ansehen↗73
  • indutny/hash.jsAvatar von indutny

    indutny/hash.js

    324Auf GitHub ansehen↗

    Just a bike-shed.

    JavaScript
    Auf GitHub ansehen↗324
  • informatikr/scryptAvatar von informatikr

    informatikr/scrypt

    18Auf GitHub ansehen↗

    Haskell bindings to Colin Percival's scrypt implementation.

    C
    Auf GitHub ansehen↗18
  • jedisct1/libsodiumAvatar von jedisct1

    jedisct1/libsodium

    13,467Auf GitHub ansehen↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Cccryptocryptography
    Auf GitHub ansehen↗13,467
  • 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
  • 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