arduino-esp8266-aes-lib
arduino-esp8266-aes-lib copied to clipboard
Lib for https://github.com/kakopappa/arduino-esp8266-aes-encryption-with-nodejs
how to convert the base64 to hex?
when execute the code there is error message: no matching function for call to 'AESLib::encrypt(String&, byte [16], byte [16])' note: candidate: 'uint16_t AESLib::encrypt(const byte*, uint16_t, byte*, const byte*, int, byte*)'...
Hey, Thanks you for the library. However when using the key in PROGMEM (flash memory), the application crashes? Could you confirm that PROGMEM keys are not supported? Or should I...
Hi, bro, i used your lib to encrypt a msg first and then decrypt it, finding that part of the msg are not decrypted correctly. Output: ``` Booting... Let's encrypt:...