AESLib
AES library
An Arduino library providing basic AES encryption/decryption functionality
Arduino Library for AES Encryption (source based on avr-crypto-lib)
349 stars
36 watching
106 forks
Language: C
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
mvayngrib/react-native-aes | Provides AES encryption and decryption capabilities in React Native applications. | 29 |
qistoph/arduinoaes256 | An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform. | 62 |
iyassou/mpyaes | A library providing an AES encryption implementation with padding and verification facilities | 26 |
nordmike/gibberish-aes-as3 | An implementation of AES encryption in ActionScript 3. | 0 |
jedisct1/libhydrogen | A lightweight cryptographic library providing simple functions to solve common problems. | 630 |
secworks/aes | An AES encryption core implementation in Verilog, supporting various key sizes and modes. | 337 |
jhumphry/ascon_spark | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
kkayataka/plusaes | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 190 |
moteus/lua-aesfileencrypt | A Lua library that provides a simple way to encrypt files using AES encryption. | 18 |
bogdan-kulynych/libshe | An encryption library allowing secure execution of functions on encrypted data without decrypting it | 27 |
sirleech/webduino | An Arduino-based library for creating an extensible web server | 748 |
waterjuice/wjcryptlib | A collection of cryptographic functions written in C. | 479 |
aviate-labs/crypto.mo | A collection of cryptographic primitives implemented in Motoko | 11 |