Cryptographic algorithm AES/RSA development on S32K144

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

Cryptographic algorithm AES/RSA development on S32K144

1,579 Views
ATUOCRYPTO
Contributor I

Hi guys, any resources could be helped to deploy a encryption method on s32k144 board?

use AES algorithm to encrypt/decrypt the data

use RSA to encrypt/decrypt the AES public key

SHA-1/MD5 use to hash the transmitted data for integrity check

it's a master project to implement this cryptographic method on the develop board for connected vehicles

Labels (1)
Tags (1)
0 Kudos
2 Replies

1,536 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

features supported by hardware / CSEc are:

lukaszadrapa_0-1638201697758.png

We provide this application note about the CSEc:

https://www.nxp.com/webapp/Download?colCode=AN5401

https://www.nxp.com/webapp/Download?colCode=AN5401SW&docLang=en

If you need other features not supported by hardware, you can take a look at WolfSSL which is included in S32DS SDK package:

https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-for...

Regards,

Lukas

0 Kudos

1,368 Views
Rookie44
Contributor I

Hello, Lukas:

I didn't find any support on WolfSSL regarding RSA.

I know that S32K144 doesn't support hardware RSA calculation.

May I ask if S32K144 can store private key and if the core of S32K144 can be used to do software calculation of RSA-2048 algorithm?

Thanks a lot.

0 Kudos