Search found 1 match
- Thu Feb 14, 2019 9:16 am
- Forum: ESP-IDF
- Topic: AES Enceyprion/Decryption using key in efuse block
- Replies: 1
- Views: 3936
AES Enceyprion/Decryption using key in efuse block
Hey, I am new to ESP-IDF. I was reading about Security features of IDF - Flash Encryption and Secure Boot. From what I understood, for Flash Encryption a key is generated within hardware (or could be manually burned) in efuse block. What I want to do is - 1. Encrypt/Decrypt some plaint text using th...