Public Key Authentication
From Computing and Software Wiki
(Difference between revisions)
Line 21: | Line 21: | ||
==External Links== | ==External Links== | ||
+ | |||
+ | --[[User:larocqt|larocqt]] 9:23 PM, 4 April 2009 (EDT) |
Revision as of 01:23, 5 April 2009
Public key authentication is a process of information cryptography that involves the use of public and private keys.
Contents |
Background
Process
- Generate a key pair on your computer
- Copy and/or send your public key to the server or desired recipient of the messages
- When authentication is required, a signature is generated using the private key
- Server uses the public key to verify the signature and grant access
Benefits
Drawbacks
Public Key Algorithms
References
See Also
External Links
--larocqt 9:23 PM, 4 April 2009 (EDT)