Penguin
Diff: PublicKeyEncryption
EditPageHistoryDiffInfoLikePages

Differences between version 5 and revision by previous author of PublicKeyEncryption.

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

Newer page: version 5 Last edited on Wednesday, March 24, 2004 8:52:32 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Wednesday, March 10, 2004 3:50:25 am by StuartYeates Revert
@@ -1,6 +1,4 @@
-InNeedOfRefactor  
-  
 Also known as public key [Cryptography], public key encrypton was introduced by Diffie and Hellman in 1976, and popularised by the [RSA] algorithm two years later. 
  
 Each person has a pair of keys, called the PublicKey and the PrivateKey. Each person's public key is published while the private key is kept secret. Data can be encrypted using the intended recipient's public key and then can only be decrypted using their private key. 
  
@@ -20,5 +18,5 @@
  
 See also PublicKeyAuthentication. 
  
 ---- 
-Part of CategorySecurity  
+Part of CategoryCryptography