0
22kviews
Symmetric Cipher Model
1 Answer
3
1.5kviews

“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]

Where,

K= Secret Key

X = Plaintext/Message

Ciphertext Y = E(X,K)

Decrypted/Plaintext X = D(Y,K) …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.