🔑: 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 




Revision #3
Created 2026-05-18 04:11:35 UTC by Dara
Updated 2026-08-28 21:18:01 UTC by Dara