micropython-cryptomsg
Encryption module
An AES CBC mode encryption module for MicroPython devices
A MicroPython module to encrypt and decrypt messages with AES CBC mode.
5 stars
2 watching
1 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jacklinquan/micropython-cryptodweet | Provides basic APIs for interacting with the Dweet service, including encryption. | 2 |
jacklinquan/micropython-aiobutton | A MicroPython module for creating buttons with debounced and timed press/hold states | 4 |
jacklinquan/micropython-microbmp | A Python module for processing BMP images in various color depths and compression methods. | 10 |
piaca/micropython-aes | An implementation of the AES encryption algorithm in pure Python for use with MicroPython | 18 |
jacklinquan/micropython-dweeter | A Python module for securely sending and receiving encrypted messages through the Dweet service. | 3 |
kushaldas/johnnycanencrypt | Provides a Python module with encryption and decryption capabilities using Rust. | 52 |
majoson-chen/micropython-ulogger | A lightweight log module designed for micropython to reduce unnecessary operations and improve performance. | 35 |
jacklinquan/micropython-basicdweet | A basic API module for the Dweet service | 3 |
peterhinch/micropython-msgpack | MicroPython MessagePack implementation | 28 |
owainm713/ad9833-micropython-module | A Python module that interfaces with an AD9833 programable waveform generator | 6 |
microchiptech/cryptoauthlib | A library that provides APIs for communicating with secure elements in cryptographic devices. | 382 |
sjaak31367/micropython_perlin | Generates Perlin noise in Micropython | 1 |
miketeachman/micropython-rotary | A MicroPython module to read rotary encoder values in real-time | 284 |
perfecxx/micropython-simplekeypad | A MicroPython library for interfacing with keypad matrices. | 1 |
kennysong/tinysmpc | A tiny Python library for collaborative secure multi-party computation on private data | 84 |