Difference between revisions of "Key (cryptography)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 29: Line 29:
  
 
* [https://en.wikipedia.org/wiki/Key_(cryptography) Key (cryptography)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Key_(cryptography) Key (cryptography)] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Cryptography]]
 +
[[Category:Information theory]]

Latest revision as of 16:18, 6 April 2016

In cryptography, a key is a piece of information (a parameter) that determines the functional output of a cryptographic algorithm or cipher.

Encryption

In encryption, a key specifies the particular transformation of plaintext into ciphertext.

Decryption

In decryption. a key specifies the particular transformation of ciphertext into plaintext into ciphertext.

No key, no result

Without a key, the algorithm would produce no useful result.

Keys in other cryptographic algorithms

Keys are also used in other cryptographic algorithms, such as digital signature schemes and message authentication codes.

See also

External links