AES Encryption?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
dottedquad
Posts: 1
Joined: Wed Dec 24, 2014 1:28 am

AES Encryption?

Post by dottedquad » Wed Dec 24, 2014 1:32 am

Hi, is there support for AES 128 and/or AES 256 using CBC? Or will encryption be difficult to implement due to memory constraints?

blmorris
Posts: 348
Joined: Fri May 02, 2014 3:43 pm
Location: Massachusetts, USA

Re: AES Encryption?

Post by blmorris » Thu Dec 25, 2014 6:34 pm

There was some discussion on the developer channel regarding implementing AES as part of the path to eventually supporting SSL. https://github.com/micropython/micropython/issues/952
Just FYI, this discussion was a bit over my head, but the gist seemed to be that it will be possible, but will take some work to get it done.

Post Reply