Search found 2 matches
- Fri Dec 22, 2017 12:03 pm
- Forum: ESP-IDF
- Topic: When RSA decrypting with Public key on ESP-IDF get error about BIGNUM
- Replies: 0
- Views: 2666
When RSA decrypting with Public key on ESP-IDF get error about BIGNUM
when I decrypting RSA with Public key on ESP-IDF, I get error code: -17028 I used mbedtls_rsa_pkcs1_decrypt() function for decrypting. And I got the below error--> mbedtls_rsa_pkcs1_decrypt failed ! Error code: -17028 -------mbedtls_rsa_pkcs1_decrypt ERROR------- RSA - The public key operation faile...
- Thu Dec 21, 2017 3:18 pm
- Forum: Sample Code
- Topic: RSA decryption with Public key on ESP32 (esp-idf)
- Replies: 0
- Views: 3951
RSA decryption with Public key on ESP32 (esp-idf)
I want to implement RSA decryption(pkcs1) with PUBLIC(especially) key on ESP32(esp-idf). But I didn't find any example about it. I prefer to use mbedtls library. Can you share an example about it?
Thanks.
Thanks.