导图社区 Basic Cryptography 1
Basic Cryptography 1:Basic concept、Terminologies、Type of encryption schemes……
Investment,其Future contracts:提前定好买卖价格,后面不管涨了还是跌了,盈亏自负,涨了,卖家亏钱,买家赚钱,跌了,买家亏钱,卖家赚钱
Business Model:Customer Segmentation、Value Proposition、Customer Relations、Revenue Streams……
modern cryptography ,有Modern Symmetric Ciphers、Stream Ciphers、ChaCha20、BlockCipher...
社区模板帮助中心,点此进入>>
论语孔子简单思维导图
《傅雷家书》思维导图
《童年》读书笔记
《茶馆》思维导图
《朝花夕拾》篇目思维导图
《昆虫记》思维导图
《安徒生童话》思维导图
《鲁滨逊漂流记》读书笔记
《这样读书就够了》读书笔记
妈妈必读:一张0-1岁孩子认知发展的精确时间表
Basic Cryptography 1
Basic concept
Crytography
the study of transforming a plaintext into a ciphertext and transfer backwards
Cryptanalysis
The study of transforming a ciphertext back into the original plaintext without "Key"
Terminologies
Plaintext
the original clear message
Ciphertext
the coded message to protect the plaintext
Key
a data unit used for encrypting the plaintext/decrypting the ciphertext
should be known only by sender & receiver
Cipher
an algorithm for performing encryption or decryption
Encipher/Encrypt
the process of converting plaintext to ciphertext using a cipher and a key
Decipher/Decrypt
the process of converting ciphertext back into plaintext using a cipher and a key
Type of encryption schemes
symmetric key encryption
asymmetric key encrytion
AKA. public-key encryption
APP
Key distribution
digital signatures
Brief history
non-scientific cryptography
from antiquity until 1949
scientific crytography
starts with Shannon's paper
information theory (1948)
communication theory of secrecy systems(1949)
"New directions in crytography", Diffie& Hellman,1976, Explosion in crytologic research.
show secret communication is possible without a shared key
Type of Classical Ciphers
Substitution Ciphers
Caesar
replace each letter by KEY letter on
monoalphabetic
each plaintext letter maps to a different random ciphertext letter
Classical cipher
polyalphabetic
DECEPTIVEDECEPTIVEDECEPTIVE......
playfair
Autokey
Transposition
Rail Fence
Row Transposition
Security of Classical Ciphers
Statistical Cryptanalysis
frenquency of characters are important clue
English Cipher frequency
Frequent bigrams
Frequent trigrams
One-Time Pad
truly radom key
as long as the message
disadvantage
can only use the key once, have problem of safe distribution of key
Product Ciphers
using several ciphers insuccession to make harder
Modern Cipher
Steganography
Hide existence of data
Disadvantage
High Overhead