Introduction - If you have any usage issues, please Google them yourself
RSA simple and elegant, but relatively slow computing speed, usually not directly use RSA encryption to encrypt all the information, the most common situation is randomly generated by a symmetric encryption key, then use the symmetric encryption algorithm to encrypt information after just encryption key is encrypted using RSA. Has been tested.