micropython-aes
Encryption library
An implementation of the AES encryption algorithm in pure Python for use with MicroPython
18 stars
4 watching
5 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
iyassou/mpyaes | A library providing an AES encryption implementation with padding and verification facilities | 26 |
pyca/pynacl | A Python interface to cryptographic primitives and protocols | 1,079 |
kleinernik/elixir-aes-cmac | An Elixir implementation of the AES-CMAC encryption algorithm as defined in RFC 4493. | 9 |
pyca/bcrypt | A modern password hashing library for Python | 1,274 |
qistoph/arduinoaes256 | An implementation of Ilya's byte-oriented AES-256 encryption algorithm in C++ for the Arduino platform. | 62 |
dmazzella/ucryptoauthlib | A lightweight Python driver for Microchip's Crypto Authentication secure elements | 41 |
jacklinquan/micropython-cryptomsg | An AES CBC mode encryption module for MicroPython devices | 5 |
microchiptech/cryptoauthlib | A library that provides APIs for communicating with secure elements in cryptographic devices. | 388 |
xxtea/xxtea-nim | A Nim library implementing a fast and secure encryption algorithm | 19 |
dda/micropython | A collection of software modules for interacting with various displays and memory chips using MicroPython. | 3 |
keichan34/tea_crypto_erl | An implementation of a simple encryption algorithm in Erlang. | 0 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
tinypico/tinypico-micropython | A set of MicroPython libraries and example projects for the TinyPICO microcontroller | 64 |
philanc/luatweetnacl | A Lua wrapper around a cryptographic library for secure messaging | 17 |
kelp404/cocoasecurity | A utility class providing encryption and hashing functionality using AES and various hash algorithms, along with encoding and decoding methods. | 1,136 |