Generate key pair geneartion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 1:47 AM
Am using Nucleo-STM32H573 Board. i wanted to generate a pair of public and private keys. Guide me
Solved! Go to Solution.
- Labels:
-
Cryptography
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-08 5: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
