arduino-esp8266-aes-lib icon indicating copy to clipboard operation
arduino-esp8266-aes-lib copied to clipboard

Lib for https://github.com/kakopappa/arduino-esp8266-aes-encryption-with-nodejs

Results 4 arduino-esp8266-aes-lib issues
Sort by recently updated
recently updated
newest added

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:...