Tiny AES128 in C VS arduinolibs

Compare Tiny AES128 in C vs arduinolibs and see what are their differences.

Tiny AES128 in C

Small portable AES128/192/256 in C (by kokke)

arduinolibs

Arduino Cryptography Library (by rweather)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Tiny AES128 in C arduinolibs
4 3
4,039 426
- -
0.0 3.2
about 2 months ago 7 months ago
C C++
The Unlicense -
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.

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.

arduinolibs

Posts with mentions or reviews of arduinolibs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • How can I check if my HTTP POST Request gets sent correctly?
    2 projects | /r/esp8266 | 1 May 2023
    Secondly, to calculate the signature using HMAC-SHA1, you need to use the Crypto library, which is not included in the default Arduino libraries. You can download it from the Arduino Library Manager or directly from the GitHub repository (https://github.com/rweather/arduinolibs/tree/master/libraries/Crypto). Once you have installed the library, you can use the Crypto.hmacSha1() method to calculate the signature. Here's an updated version of the _get_signature() function:
  • data encryption for embedded systems
    4 projects | /r/embedded | 20 Feb 2023
    ASCON as well as several others are implemented for embedded here: https://github.com/rweather/arduinolibs
  • Help with SHA-3_256 on Arduino
    1 project | /r/arduino | 17 Feb 2022
    Here's an example using the library you used: https://github.com/rweather/arduinolibs/blob/master/libraries/Crypto/examples/TestSHA3_256/TestSHA3_256.ino

What are some alternatives?

When comparing Tiny AES128 in C and arduinolibs 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.

ascon-c - Ascon - Lightweight Authenticated Encryption & Hashing

OpenSSL - TLS/SSL and crypto library

http.cat - :cat: HTTP Cats API

libsodium - A modern, portable, easy to use crypto library.

Bcrypt - Modern(-ish) password hashing for your software and your servers

Crypto++ - free C++ class library of cryptographic schemes

Botan - Cryptography Toolkit

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

LibTomCrypt - 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.

Themis - Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

mbedcrypto - a portable, small, easy to use and fast c++14 library for cryptography.