• @d0773d Did you ever get AES working? I just tried it with the smallest JS AES code I could find (https://github.com/mdp/gibberish-aes), stripped required parts, minified it, and it ran out of memory expanding Rcon.

    It isn't written for embedded devices, so I might have to port one of the Arduino ones if I can't find something.

  • @thomc No, unfortunately I didn't get AES to work. I have been researching alternative methods for encryption such as communicating over serial to the Intel Edison and have the Edison handle encrypt/decryption.

    I honestly would rather only use the Espruino. As far as porting a library over to javascript is well over my know how. I have stumbled across:http://forum.arduino.cc/index.php?topic=­88890.0 maybe that can help you out. Please let me know if you port that over. Supporting all encryption will probably require a lot of ram so maybe just AES 128 will work?

About

Avatar for d0773d @d0773d started