RSA Encryption with given public key (in Java) - Stack Overflow
I'm looking for a Java sample how to do RSA Encryption with a given public key (I have it in base64 format, seems it is 1024 bit length). Below is my code, but I have InvalidKeySpec ......