Decrypting “long” message encrypted with RSA java

Posted by Denis on Stack Overflow See other posts from Stack Overflow or by Denis
Published on 2010-04-16T14:19:33Z Indexed on 2010/04/16 14:23 UTC
Read the original article Hit count: 504

Hi this is the same question, that was asked two years ago: Java/JCE: Decrypting “long” message encrypted with RSA

I had a large byte array and rsa keypair, initiated by value 1024. Using rsa encryption and the specified size of the key is strong requirement, I can't change it. So I can't use symmetric encryption with asymetric encryption symmetric key. I can't use any other keys. I had a byte array and need ciphered byte array to be returned. I wonder if there is any ready tool, that can manage with this problem?

Sorry for such an amateurish question, but I really need a help.

© Stack Overflow or respective owner

Related posts about java

Related posts about jce