2023-11-08 01:47 AM
Am using Nucleo-STM32H573 Board. i wanted to generate a pair of public and private keys. Guide me
Solved! Go to Solution.
2023-11-08 05:16 AM
Hello @RKOAS ,
depending on the asymmetric cryptographic algorithm you can generate a key per via openssl you will find in this lab this method done with STM32wb55 it should be the same for the H5 as well .
you can also generate a key pair with python script i will provide you with the script in the attached files this script also generates a random message in c format which you can incorporate into you project to test the sign and verification with RSA algorithm .
BR
2023-11-08 05:16 AM
Hello @RKOAS ,
depending on the asymmetric cryptographic algorithm you can generate a key per via openssl you will find in this lab this method done with STM32wb55 it should be the same for the H5 as well .
you can also generate a key pair with python script i will provide you with the script in the attached files this script also generates a random message in c format which you can incorporate into you project to test the sign and verification with RSA algorithm .
BR