I created a ciphertext archive using the key public of a user. I would like of know what the relation between the size of the ciphertext archive and the public key?
encrypted archive - Command used:
openssl rsautl -in <input file> -out <output file> -inkey <public key file> -pubin -encrypt