Linux openssl

From John Freier
Revision as of 16:01, 17 November 2014 by Jfreier (Talk | contribs) (Created page with ' == Description == The way public/private keys work, is a public key is used to encrypt data and only a private key is capable of decrypting it. Public Key -> Encrypt. Private …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

The way public/private keys work, is a public key is used to encrypt data and only a private key is capable of decrypting it.

Public Key -> Encrypt.

Private Key -> Decrypt.

Example

This is a real example of public private key.