2013年7月29日 星期一

[Encrypt] 加密基本觀念

加密的基本觀念,老是看過就忘記,還是做一下筆記。

  • Plain Text V.S Cipher Text
    •  Plain Text : 明文
    •  Cipher Text : 密文

  • Symmetric Encryption(對稱式) V.S. Asymmetric Encryption(非對稱式)
    • Symmetric Encryption :加解密共用一把鑰Key
    • Asymmetric Encryption :加密時使用public Key,解密時使用private Key

  • Block Cipher V.S Streaming Cipher 
    • Block Cipher : 將 plain text切割成數塊Block,再針對每個Block做Encode
    • Streaming Cipher: plain text逐字做加密。

Reference :
[1] http://avp.toko.edu.tw/docs/class/3/%E5%AF%86%E7%A2%BC%E5%AD%B8%E5%8E%9F%E7%90%86%E8%88%87%E6%8A%80%E8%A1%93.pdf

沒有留言:

張貼留言