Tiny AES128 in C
Small portable AES128/192/256 in C (by kokke)
libhydrogen
A lightweight, secure, easy-to-use crypto library suitable for constrained environments. (by jedisct1)
Tiny AES128 in C | libhydrogen | |
---|---|---|
4 | 5 | |
4,222 | 605 | |
- | - | |
0.0 | 6.5 | |
4 months ago | 3 months ago | |
C | C | |
The Unlicense | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Tiny AES128 in C
Posts with mentions or reviews of Tiny AES128 in C.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-20.
-
data encryption for embedded systems
Tiny AES library: https://github.com/kokke/tiny-AES-c
- Any AES-128 library supporting Arduino M0 pro?
-
Casting 2D array onto 1D array
On a side note in case anyone was curious I came across that code reading through someone's AES in C implementation on github found here: https://github.com/kokke/tiny-AES-c
- AES in ~500 Lines of C
libhydrogen
Posts with mentions or reviews of libhydrogen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-22.
-
raddi.net - status update 2023/01
The single round-trip initial Diffie-Hellman key exchange is susceptible to MITM attack, as has been demonstrated to me by a fan of the project. I'll be changing it to XX key exchange from libhydrogen. Either directly, or I'll use libsodium primitives to reimplement the same thing.
-
libsodium-wrappers on a Raspberry Pi Zero W
See if you can use this library instead of libsodium, as it'll probably work on your raspi zero: https://github.com/jedisct1/libhydrogen (Node bindings: https://github.com/trampi/node-libhydrogen-binding)
- encpipe tool by jedisct1 on github secure?
-
Ask HN: Are there small alternatives to libsodium/NaCL
Are you possibly thinking of libhydrogen?
https://github.com/jedisct1/libhydrogen
-
Encryption for field upgrading?
NIST's lightweight cryptography contest is still in progress. When it finishes I'd definitely change to whatever wins. In the iterim you might want to look into the candidates. I happen to like gimli, see libhydrogen for a good library that uses it.
What are some alternatives?
When comparing Tiny AES128 in C and libhydrogen you can also consider the following projects:
mbedTLS - An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
libsodium - A modern, portable, easy to use crypto library.
OpenSSL - TLS/SSL and crypto library
mbedcrypto - a portable, small, easy to use and fast c++14 library for cryptography.
Bcrypt - Modern(-ish) password hashing for your software and your servers
Monocypher - An easy to use, easy to deploy crypto library
Crypto++ - free C++ class library of cryptographic schemes
s2n - An implementation of the TLS/SSL protocols
Botan - Cryptography Toolkit
Tiny AES128 in C vs mbedTLS
libhydrogen vs libsodium
Tiny AES128 in C vs OpenSSL
libhydrogen vs mbedcrypto
Tiny AES128 in C vs libsodium
libhydrogen vs OpenSSL
Tiny AES128 in C vs Bcrypt
libhydrogen vs Monocypher
Tiny AES128 in C vs Crypto++
libhydrogen vs s2n
Tiny AES128 in C vs Botan
libhydrogen vs Crypto++