Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Ciphertext
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Conceptual underpinnings == Let <math>m\!</math> be the plaintext message that Alice wants to secretly transmit to Bob and let <math>E_k\!</math> be the encryption cipher, where <math>_k\!</math> is a [[secret key|cryptographic key]]. Alice must first transform the plaintext into ciphertext, <math>c\!</math>, in order to securely send the message to Bob, as follows: : <math>c = E_k(m). \!</math><ref name="Fundamentals">{{cite book|isbn=0-7923-8675-2 |title=Fundamentals of Cryptology |publisher=Kluwer Academic Publishers |year=2000 |first=Henk C.A. |last=van Tilborg |page=3}}</ref> In a symmetric-key system, Bob knows Alice's encryption key. Once the message is encrypted, Alice can safely transmit it to Bob (assuming no one else knows the key). In order to read Alice's message, Bob must decrypt the ciphertext using <math>{E_k}^{-1}\!</math> which is known as the decryption cipher, <math>D_k: \!</math> : <math>D_k(c) = D_k(E_k(m)) = m.\!</math><ref name="Fundamentals" /> Alternatively, in a non-symmetric key system, everyone, not just Alice and Bob, knows the encryption key; but the decryption key cannot be inferred from the encryption key. Only Bob knows the decryption key <math>D_k,</math> and decryption proceeds as :<math>D_k(c)=m.</math>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)