Difference between revisions of "Key (cryptography)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (First) |
Karl Jones (Talk | contribs) (etc) |
||
Line 3: | Line 3: | ||
Without a key, the algorithm would produce no useful result. | Without a key, the algorithm would produce no useful result. | ||
− | In encryption, a key specifies the particular transformation of plaintext into ciphertext, or vice versa during decryption. | + | In encryption, a key specifies the particular transformation of [[plaintext]] into [[ciphertext]], or vice versa during decryption. |
Keys are also used in other cryptographic algorithms, such as digital signature schemes and message authentication codes. | Keys are also used in other cryptographic algorithms, such as digital signature schemes and message authentication codes. | ||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
+ | * [[Ciphertext]] | ||
* [[Cryptography]] | * [[Cryptography]] | ||
* [[One-time pad]] | * [[One-time pad]] | ||
+ | * [[Plaintext]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Key_(cryptography) Key (cryptography)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Key_(cryptography) Key (cryptography)] @ Wikipedia |
Revision as of 08:04, 17 August 2015
In cryptography, a key is a piece of information (a parameter) that determines the functional output of a cryptographic algorithm or cipher.
Without a key, the algorithm would produce no useful result.
In encryption, a key specifies the particular transformation of plaintext into ciphertext, or vice versa during decryption.
Keys are also used in other cryptographic algorithms, such as digital signature schemes and message authentication codes.
See also
External links
- Key (cryptography) @ Wikipedia