0
22kviews
| written 7.1 years ago by |
“The process of covering from plaintext to ciphertext is called Encryption, restoring the plaintext from ciphertext is known as Decryption "
Symmetric Cipher Model: (uses a single secret key for both encryption & decryption)
![[m1-3]](https://i.imgur.com/06lEWIx.jpg)
Where,
K= Secret Key
X = Plaintext/Message
Ciphertext Y = E(X,K)
Decrypted/Plaintext X = D(Y,K) …