Difference between revisions of "Encryption"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
* [[Computer science]]
 
* [[Computer science]]
 
* [[Computer security]]
 
* [[Computer security]]
 +
* [[Credential]]
 
* [[Cryptography]]
 
* [[Cryptography]]
 
* [[Data confidentiality]]
 
* [[Data confidentiality]]
Line 19: Line 20:
 
* [[Information security]]
 
* [[Information security]]
 
* [[Mathematics]]
 
* [[Mathematics]]
 +
* [[Password]]
 
* [[Security]]
 
* [[Security]]
  
Line 24: Line 26:
  
 
* [http://en.wikipedia.org/wiki/Encryption Encryption] @ Wikipedia
 
* [http://en.wikipedia.org/wiki/Encryption Encryption] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Cryptography]]
 +
[[Category:Language]]
 +
[[Category:Mathematics]]

Latest revision as of 17:15, 6 April 2016

In cryptography, encryption is the process of encoding messages or information in such a way that only authorized parties can read it.

Description

Encryption does not of itself prevent interception, but denies the message content to the interceptor.

In an encryption scheme, the message or information, referred to as plaintext, is encrypted using an encryption algorithm, generating ciphertext that can only be read if decrypted.

See also

External links