Cryptography with PSoC Creator 2.2

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hello,

   

I'm new in this forum, and this is my first message. Several times I've searched in this forum some advice for my problems, and often I've found it. But now, I've not found no solutions, so I'm here to ask directly to you.

   

I need to implement a decryption of a RSA 1024 crypted message, I've got PSoC Creator  2.2 Component Pack 5 (2.2.0.293) and a CY8CKIT-001 PSoC Development Board with a PSoC 5 board mounted.

   

I tried to use some libraries such as PolarSSL or OpenSSL but I had some problems with the dependencies, so I want to ask you if somebody know about any thin library that implements a RSA 1024 decryption for Cortex M3 architecture like PSoC 5 (or in general for embedded systems), and if someone had ever used it.

   

Thanks a lot for your time.

   

Regards

   

Antonio

0 Likes
1 Solution
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

A google search for "rsa library cortex m3" yields e.g. https://code.google.com/p/lpc1343codebase/source/browse/trunk/drivers/rsa/rsa.c?r=131 . Otherwise, there is also cyassl: (http://www.yassl.com/yaSSL/Products-cyassl.html ) or MatrixSSL (http://www.matrixssl.org/ ) which both claim availability on ARM.

View solution in original post

0 Likes
9 Replies