Search found 1 match

by esp_newbie
Fri Apr 25, 2025 12:04 pm
Forum: ESP-IDF
Topic: Help with esp32 softap provisioning security version 1
Replies: 1
Views: 153

Re: Help with esp32 softap provisioning security version 1

hello I tested your code and found a solution, I used the package 'pointycastle' not cryptography. cause esp use aes/ctr, there are two variables keystream and nonce, you need to manage them whenever crypt and decrpt.
anyway in short, I added here code.

class AesCtrSession {
final Uint8List key ...

Go to advanced search