Talking about javax.crypto.Cipher
javax.crypto.Cipher
I was trying to encrypt data using Cipher.getInstance(\"RSA/None/NoPadding\", \"BC\") but I got the excep
Cipher.getInstance(\"RSA/None/NoPadding\", \"BC\")
RSA can only be used to encrypt, when the number of bits being used to encrypt is greater then the size of the thing you are tying to encrypt + 11 bytes
Public-Key Cryptography Standards - PKCS