DAY 3

  • Key Management----首先面临的问题是非对称加密虽然安全但是浪费时间。

    - session key——用一个非对称加密方法传送对称加密的**
    
    - 可信任的第三方(KDC)——If we trust a "third party" to generate keys we communicate with them to get the session key.Now we only need to establish a secure asymmetric connection to trusted party.
    

    MIS Week One 总结

  1. 认证
  • 双重加密——First with the private key of the sender.Second with the public key of the receiver.
  • digital signing——Authentication without encryption
  1. 中间人能够在非对称加密交换**时做文章

  2. SSL/TLS:

  • Protocol must:
    a. Exchange and check certificate of website
    b. Asymmetric RSA/Diffie-Hellman send session key
    c. Symmetric for encoding session

相关文章:

  • 2018-04-14
  • 2018-04-22
  • 2018-05-02
  • 2018-05-09
  • 2018-05-18
  • 2018-05-18
  • 2021-11-02
  • 2022-12-23
猜你喜欢
  • 2022-01-24
  • 2021-11-17
  • 2021-11-14
  • 2021-09-24
  • 2021-11-21
  • 2021-06-20
  • 2018-04-13
相关资源
相似解决方案