Public key cryptography
| created | 2026-02-27 18:01 |
| modified | 2026-05-27 07:51 |
| tags | cryptography |
| status | stub |
Public key cryptography is a form of cryptography that uses a public and private key pair.
First, a private key is randomly generated. A difficult-to-reverse mathematical transformation is applied to the private key to derive a public one.
It is trivial to verify a public key, but difficult to reverse-engineer it to find the private key.
== (?) asymmetric key algorithm ==
== (?) what cryptographic algorithms would be safe if we ever prove that P = NP? ==