-->
Page 1 of 1

Encryption functions for ESP8266

PostPosted: Wed Jan 20, 2016 8:17 am
by Tom Cook
What encryption functions are available when programming the ESP8266 in the Arduino IDE? I recall seeing somewhere that various hash functions (and perhaps an AES cipher?) are supported by the Espressif ESP8266 SDK but I can't seem to find any documentation on it - maybe I'm googling the wrong terms?

I'm also particularly interested in any functions to support assymetric (ie public/private key) encryption. Is there anything?

Re: Encryption functions for ESP8266

PostPosted: Sun Jan 24, 2016 1:22 pm
by captain_morgan
eagle.rom.addr.v6.ld has a couple functions related to AES but I was unable to find any documentation.

aes_decrypt
aes_decrypt_deinit
aes_decrypt_init
aes_unwrap