If i'm using UTF-8 encoding, how many characters can i safely encrypt with different size RSA keys using PKCS1 padding?
EDIT: I understand that the answer would depend on which characters i'm encrypting, but as this is variable, i'm after a "worst case" safe limit for different key sizes (1024 2048 4096). Just something to go on.