awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to xsc/pandect

Open-source alternatives to Pandect

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

  • aarnott/pclcryptoAArnott avatar

    AArnott/PCLCrypto

    225View on GitHub↗

    Platform crypto for portable libraries

    C#
    View on GitHub↗225
  • adamcaudill/libsodium-netA

    adamcaudill/libsodium-net

    0View on GitHub↗
    View on GitHub↗0
  • apache/incubator-milagro-crypto-capache avatar

    apache/incubator-milagro-crypto-c

    39View on GitHub↗

    Apache milagro (Incubating)

    C
    View on GitHub↗39
  • awslabs/s2nawslabs avatar

    awslabs/s2n

    4,736View on GitHub↗

    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
    View on GitHub↗4,736
  • b-con/crypto-algorithmsB-Con avatar

    B-Con/crypto-algorithms

    2,023View on GitHub↗

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

    C
    View on GitHub↗2,023

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
  • bitbeans/streamcryptorbitbeans avatar

    bitbeans/StreamCryptor

    132View on GitHub↗

    Stream encryption & decryption with libsodium and protobuf

    C#
    View on GitHub↗132
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on GitHub↗

    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
    View on GitHub↗1,965
  • cyan4973/xxhashCyan4973 avatar

    Cyan4973/xxHash

    10,885View on GitHub↗

    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
    View on GitHub↗10,885
  • danielberkompas/cloakdanielberkompas avatar

    danielberkompas/cloak

    621View on GitHub↗

    Elixir encryption library designed for Ecto

    Elixir
    View on GitHub↗621
  • dedis/kyberdedis avatar

    dedis/kyber

    698View on GitHub↗

    Advanced crypto library for the Go language

    Go
    View on GitHub↗698
  • dgryski/dkeyczardgryski avatar

    dgryski/dkeyczar

    112View on GitHub↗

    Port of Google's Keyczar cryptography library to Go

    Go
    View on GitHub↗112
  • elixircnx/comeoninelixircnx avatar

    elixircnx/comeonin

    1,317View on GitHub↗

    Password hashing specification for the Elixir programming language

    Elixir
    View on GitHub↗1,317
  • eudoxia0/trivial-ssheudoxia0 avatar

    eudoxia0/trivial-ssh

    47View on GitHub↗

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

    Common Lisp
    View on GitHub↗47
  • galoisinc/cryptolGaloisInc avatar

    GaloisInc/cryptol

    1,210View on GitHub↗

    Cryptol: The Language of Cryptography

    Haskell
    View on GitHub↗1,210
  • gnutls/nettlegnutls avatar

    gnutls/nettle

    73View on GitHub↗

    A mirror of the nettle repository

    C
    View on GitHub↗73
  • informatikr/scryptinformatikr avatar

    informatikr/scrypt

    18View on GitHub↗

    Haskell bindings to Colin Percival's scrypt implementation.

    C
    View on GitHub↗18
  • jedisct1/libsodiumjedisct1 avatar

    jedisct1/libsodium

    13,467View on GitHub↗

    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
    View on GitHub↗13,467
  • kisom/gocryptokisom avatar

    kisom/gocrypto

    157View on GitHub↗

    Example source code for the Practical Crypto with Go book.

    Go
    View on GitHub↗157
  • kokke/tiny-aes128-ckokke avatar

    kokke/tiny-AES128-C

    4,968View on GitHub↗

    This is a symmetric cryptography library written in C that provides a portable implementation of the Advanced Encryption Standard. It functions as a block cipher implementation supporting 128, 192, and 256 bit key sizes for encrypting and decrypting data. The library includes an AES cipher mode provider that supports electronic codebook, cipher block chaining, and counter modes. These operational modes are decoupled from the core block transformation to allow for different encryption patterns. The implementation utilizes static memory allocation and table-based substitution to avoid dynamic

    C
    View on GitHub↗4,968
  • libtom/libtomcryptlibtom avatar

    libtom/libtomcrypt

    1,773View on GitHub↗

    LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.

    Cccryptographyencryption
    View on GitHub↗1,773
  • lk-geimfari/secrets.cljlk-geimfari avatar

    lk-geimfari/secrets.clj

    98View on GitHub↗

    A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.

    Clojure
    View on GitHub↗98
  • macourtney/clj-cryptomacourtney avatar

    macourtney/clj-crypto

    30View on GitHub↗

    Clj-crypto is a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app.

    Clojure
    View on GitHub↗30
  • nilfoundation/crypto3NilFoundation avatar

    NilFoundation/crypto3

    87View on GitHub↗

    Modern Cryptography Suite in C++17

    C++
    View on GitHub↗87
  • openssl/opensslopenssl avatar

    openssl/openssl

    29,596View on GitHub↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    Ccryptographydecryptionencryption
    View on GitHub↗29,596
  • phonohawk/hsopensslphonohawk avatar

    phonohawk/HsOpenSSL

    19View on GitHub↗

    OpenSSL binding for Haskell

    Haskell
    View on GitHub↗19
  • rhash/rhashrhash avatar

    rhash/RHash

    718View on GitHub↗

    Great utility for computing hash sums

    C
    View on GitHub↗718
  • 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
  • sdrapkin/securitydriven.infernosdrapkin avatar

    sdrapkin/SecurityDriven.Inferno

    585View on GitHub↗

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

    C#aeadbase32base64
    View on GitHub↗585
  • shaih/helibshaih avatar

    shaih/HElib

    55View on GitHub↗

    HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.

    View on GitHub↗55