Sidenode: Encrypting whole files with RSA would be hideously slow. What usually is done is encrypting the file with a symmetric cipher such as AES and then only using RSA to encrypt the symmetric key.
↧