Public key cryptography uses asymmetric encryption with two related keys - a public key and a private key. The public key can be shared openly but the private key is kept secret. When Alice wants to send a confidential message to Bob, she encrypts it with Bob's public key. Only Bob can decrypt it using his private key. Public key infrastructure involves policies and technologies for issuing, managing, and revoking digital certificates that bind public keys to identities. Popular public key algorithms like RSA are based on the difficulty of factoring large prime numbers.