Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RSA implementation in javax.crypto

843811Jul 26 2010 — edited Jul 26 2010
Hello,

I need to know how the RSA encryption/decryption are implemented in the java crypto library. I need specific details like: does it use CRT, Montgomery multiplication, sliding windows, does it use blinding. How similar is this implementation with the one offered by the OpenSSL library. I need to make a demo of a certain timing attack and it only works for some implementations. Any information about the actual implementation of RSA would be greatly appreciated.

Thanks,
Monica
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2010
Added on Jul 26 2010
3 comments
176 views