Description: The use of public key cryptographic algorithm, encryption and decryption use different keys. (1) the use of explicit encryption key PK, the decryption key SK using decryption, can be explicitly, DSK (EPK (X)) = X (2) can not be used to decrypt the encryption key, DPK (EPK (X) )! = X on the computer can easily have a pair of the PK, SK, the PK from the known fact can not be derived SK (3) encryption and decryption key can be reversed, that is, EPK (DSK (K)) = X ( 4) from PK to SK derivation process is almost impossible
- [rsa_demo] - openssl encryption example, we more supp
- [intro-openssl] - Implementation of document encryption an
File list (Check if you may need any files):
RSA算法的实现代码.txt