Symmetric Cryptography - Confusion / Diffusion etc ... Flashcards
attempt to remove letter frequency characteristics in plain text from appearing in ciphertext, done by substitution.
Confusion
change to one character in plaintext affects multiple characters in ciphertext, done by transposition.
When done confusion/diffusion creates Avalance which means small changes in input results in large effects in output.
Diffusion
(1) synchronous is what type of cipher ?
(2) asynchronous is what type of cipher ?
(1) Stream Cipher / (2) Block Cipher
??? science of transforming info into unitelligible form.
??? study of both cryptography and cryptanalysis.
??? all parts that make up system to carry out encrypt/decypt process. PGP, PKI
Cryptography / Cryptology / Cryptosystem
study of finding weaknesses in ciphers.
Cryptanalysis
??? method used to encode characters to hide their value.
??? process of decrypting encrypted text.
Cipher / Decipher
instance when 2 different keys generate same cipher text.
key clustering
can also be called -> secret key, private key, shared key, same key, single key, session key; best for bulk encryption, both parties share the same key.
Symmetric Cryptography
Disadvantages : exchanging of shared secret key, trust between parties sharing the key, management of keys -> n(n-1)/2, no authentication or non-repudiation.
Advantages : less computationally intensive, produces smaller file size, allows for faster transmissions.
ADV / DISADV of Symmetric Cryptography
entire key space should be used, random key generation should be used (IV), strong keys should be used, keys should be longer than the message, key management and security should be in place.
Symmetric Cryptography