Introduction

Cryptography -> Network Security -> Ethical and Legal Issue

Classical Encryption Techniques

  • Substitution Ciphers
  • Transposition Ciphers
  • One-Time Pad
  • Rotor Machine

Secret Key Cryptography

  • 雙方的 key 相同。
  • Block Ciphers
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →
    • Example
      • FEAL, IDEA
      • RC5, RC6
      • Skipjack
      • CAST Blowfish
      • AES
      • DES, TripleDES, Lucifer
    • Modes of operation
      • ECB (Electronic CodeBook)
      • CBC(Cipher Block Chaining)
      • CFB(CipherFeedBack)
      • OFB(Output FeedBack)
      • CTR(Counter)
      • XTS-AES
    • AEAD (authenticated encryption with associated data)
      • 同時認證與加密
  • Stream Cipher