Skip to main content

πŸ”‘: Public Key, πŸ— Private Key

Public-key cryptography, or asymmetric cryptography,

An unpredictable (typically large and random) number is used to begin generation of an acceptable pair of keysΒ suitable for use by an asymmetric key algorithm.

Free Form Programmable Keys

πŸ”‘: Public Key

Β πŸ— Private Key

image.png


In this example the message is digitally signedΒ with Alice's private key, but the message itself is not encrypted. 1) Alice signs a message with her private key. 2) Using Alice's public key, Bob can verify that Alice sent the message and that the message has not been modified.

image.png




[1] https://en.wikipedia.org/wiki/Public-key_cryptographyΒ