Public Key Authentication
From Computing and Software Wiki
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