sss_asymmetric_encrypt() not working with ECC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

sss_asymmetric_encrypt() not working with ECC

147 Views
anna_geber
Contributor I

Hi, I am currently working with the Plug & Trust middleware in conjunction with the SE050. I am trying to encrypt data asymmetrically using the sss_asymmetric_encrypt() API. As I found out through my code analysis, this API uses RSA in every configuration. Is it possible to use ECC instead of RSA?

#https://www.nxp.com/products/security-and-authentication/authentication/edgelock-se050-plug-and-trus...

Labels (1)
0 Kudos
1 Reply

132 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @anna_geber ,

 

Do you want to implement some kind of ECIE scheme?
We don't have such an example, but in general a ECC encryption scheme like ECIES is supportable by SE05x. The most important part is most likely the ECDH exchange, the other parts are just optional to be done on the SE.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos