ArduinoAES256
AES encryption
An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform.
Ilya's byte-oriented AES-256 implementation implemented for Arduino
62 stars
7 watching
22 forks
Language: C++
last commit: almost 12 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An AES encryption core implementation in Verilog, supporting various key sizes and modes. | 339 |
| | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
| | A library providing an AES encryption implementation with padding and verification facilities | 26 |
| | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
| | An implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages. | 3 |
| | An implementation of a widely used authenticated encryption algorithm | 8 |
| | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 197 |
| | An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
| | A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods. | 1,136 |
| | An Arduino library providing basic AES encryption/decryption functionality | 352 |
| | A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database. | 273 |
| | A collection of authenticated encryption algorithms implemented in Rust | 733 |
| | A Lua library that provides a simple way to encrypt files using AES encryption. | 18 |
| | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
| | A wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer | 227 |