Algorithm introduced (Euclidean algorithm, RSA encryption algorithm)

 

Euclidean algorithm

  • f(a,b) = f(b,a mod b)
  • Example:
    • The greatest common divisor problem

RSA encryption algorithm

  • Traditional password
  • Modern cryptography
    • Symmetric encryption
    • Asymmetric encryption
  • RSA encryption algorithm is an asymmetric encryption

 

Guess you like

Origin www.cnblogs.com/shengjie1/p/12342218.html