Wednesday, February 8, 2012 14:29

RSA DER Key generated by Java

Tagged with:
Posted by on Monday, August 2, 2010, 12:56
This news item was posted in Java category and has 0 Comments so far.

We can use the normal java way to generate RSA key. (for security reason, we’d betterĀ  generate 2048 bytes RSA key)

But the problem is the most popular way to store RSA key is keeping them as DER format.

You can get some detailed info below:

http://www.cryptosys.net/pki/rsakeyformats.html

Also if you want the java code to generate the RSA key in DER format and encrypt data using such keys. Please contact me. (ukoom AT gmail.com)

Leave a Reply

You can leave a response, or trackback from your own site.