Penguin

Differences between current version and revision by previous author of Cryptography.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 8 Last edited on Wednesday, February 16, 2005 3:27:54 pm by AristotlePagaltzis
Older page: version 6 Last edited on Thursday, June 10, 2004 12:14:13 pm by JohnMcPherson Revert
@@ -1,17 +1,22 @@
-The mathematical science used to secure the confidentiality, integrity, authentication, and non-repudiation of messages by use of codes, ciphers and cryptograms. Also the act or art of writing in codes or ciphers. 
+The mathematical science used to secure the confidentiality, integrity, authentication, and non-repudiation of messages by use of codes, ciphers and cryptograms. Also the act or art of writing in codes or ciphers. It is the pursuit of four particular goals:  
  
-; __Confidentiality__ : The message can only be understood by the designated recipient.  
-; __Integrity__ : No undetected alteration of the message in transit or storage is possible.  
-; __Authentication__ : The sender and the recipient of the message can verify each other's identity.  
-; __Non-repudiation__ : The sender cannot disclaim his/her intentions in the creation or transmission of the message. 
+__Confidentiality__ :  
+ The message can only be understood by the designated recipient.  
+__Integrity__ :  
+ No undetected alteration of the message in transit or storage is possible.  
+__Authentication__ :  
+ The sender and the recipient of the message can verify each other's identity.  
+__Non-repudiation__ :  
+ The sender cannot disclaim his/her intentions in the creation or transmission of the message. 
  
 Procedures and protocols used to achieve (some of) these goals are known as cryptosystems. 
  
 [Cryptography] is divided largely into ConventionalCryptography and PublicKey cryptography. 
  
 See also: 
 * [ Cryptography A-Z | http://www.ssh.fi/support/cryptography/ ] 
 * [ The Cryptography Introduction and Guide | http://www.cryptographyworld.com ] 
+* RandomNumberGenerator~s play an important role in many cryptosystems  
  
 ---- 
 Part of CategoryCryptography