In one of my project there is a requirement to generate RS 256 keys. I googled and found a couple of links below. I can't say which one I should choose? Is there any standard way to generate the key pair? or how do you generate the AES/RSA pair?
Asked
Active
Viewed 155 times
0
-
Does this answer your question? [How to create a secure random AES key in Java?](https://stackoverflow.com/questions/18228579/how-to-create-a-secure-random-aes-key-in-java) – ifly6 Jan 08 '21 at 19:13
-
1You are conflating symmetric and asymmetric keys. They are very different. – President James K. Polk Jan 08 '21 at 21:16
-
@ifly6 yes, it does for the AES key. – Kul Jan 11 '21 at 17:56