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

GitHub

62 stars
7 watching
22 forks
Language: C++
last commit: over 12 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
secworks/aesAn AES encryption core implementation in Verilog, supporting various key sizes and modes.339
piaca/micropython-aesAn implementation of the AES encryption algorithm in pure Python for use with MicroPython18
iyassou/mpyaesA library providing an AES encryption implementation with padding and verification facilities26
azadkuh/mbedcryptoA portable C++ library for encryption and decryption of binary data using various algorithms47
keichan34/elixir_teaAn implementation of the Tiny Encryption Algorithm in Elixir for encrypting and decrypting text messages.3
jhumphry/spark_norxAn implementation of a widely used authenticated encryption algorithm8
kkayataka/plusaesA C++ AES cipher library that provides basic encryption and decryption functionality in a header-only format.197
kleinernik/elixir-aes-cmacAn Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493.9
kelp404/cocoasecurityA utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods.1,136
davylandman/aeslibAn Arduino library providing basic AES encryption/decryption functionality352
dwyl/phoenix-ecto-encryption-exampleA comprehensive guide to encrypting data in Elixir Phoenix apps before inserting it into a database.273
rustcrypto/aeadsA collection of authenticated encryption algorithms implemented in Rust733
moteus/lua-aesfileencryptA Lua library that provides a simple way to encrypt files using AES encryption.18
jhumphry/ascon_sparkAn implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption.3
vpeschenkov/securedefaultsA wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer227