What is RSA encryption output size when using 2048 bit key and pkcs1padding.
Is it always 256 bytes independent of input size?
How can i calculate it for oth
The output size of plain RSA (using some padding scheme, but no hybrid encryption) is always the key size. The reason is that for some public key n
the result is some integer c
with 0<=c