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
jedisct1 avatar

jedisct1/libhydrogen

0
View on GitHub↗
773 stars·122 forks·C·9 viewslibhydrogen.org↗

Libhydrogen

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

Features

  • Cryptography - Lightweight, secure crypto library.
  • Cryptography Libraries - Lightweight crypto library for constrained environments.

Star history

Star history chart for jedisct1/libhydrogenStar history chart for jedisct1/libhydrogen

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Libhydrogen

These projects share indexed features with Libhydrogen. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • kmackay/micro-ecckmackay avatar

    kmackay/micro-ecc

    1,418View on GitHub↗

    ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.

    PHP
    View on GitHub↗1,418
  • 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
  • kokke/tiny-aes-ckokke avatar

    kokke/tiny-AES-c

    4,863View on GitHub↗

    tiny-AES-c is a lightweight C language cryptography library that provides a symmetric cipher implementation of the Advanced Encryption Standard. It functions as a portable set of functions for encrypting and decrypting data using a shared secret key. The library is designed for embedded system security, enabling cryptographic operations on hardware with limited memory and processing power. It provides these capabilities without relying on large external dependencies. The implementation utilizes a standard C library approach, employing table-based substitution and in-place buffer mutation to

    C
    View on GitHub↗4,863
Compare all 30 related projects→

Frequently asked questions

What does jedisct1/libhydrogen do?

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

What are the main features of jedisct1/libhydrogen?

The main features of jedisct1/libhydrogen are: Cryptography, Cryptography Libraries.

Which projects share features with jedisct1/libhydrogen?

Projects with overlapping indexed features include: kmackay/micro-ecc — ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… kokke/tiny-aes-c — tiny-AES-c is a lightweight C language cryptography library that provides a symmetric cipher implementation of the… artem-smotrakov/micropython-rsa-signing — This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version…