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 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
secworks/aes | An AES encryption core implementation in Verilog, supporting various key sizes and modes. | 337 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
iyassou/mpyaes | A library providing an AES encryption implementation with padding and verification facilities | 26 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
keichan34/elixir_tea | An implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages. | 3 |
jhumphry/spark_norx | An implementation of a widely used authenticated encryption algorithm | 8 |
kkayataka/plusaes | A C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format. | 190 |
kleinernik/elixir-aes-cmac | An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
kelp404/cocoasecurity | A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods. | 1,134 |
davylandman/aeslib | An Arduino library providing basic AES encryption/decryption functionality | 349 |
dwyl/phoenix-ecto-encryption-example | A comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database. | 274 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
moteus/lua-aesfileencrypt | A Lua library that provides a simple way to encrypt files using AES encryption. | 18 |
jhumphry/ascon_spark | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
vpeschenkov/securedefaults | A wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer | 227 |