[quote=“ivan, post:1, topic:8431”]
- Describe the concept of public and private key with your own words.
Your computer generates a random number to form a private key and from your private key a public key is generated. Encrypted messages/transactions can only be opened/verified if you have both the public and private keys: a public and private key pair. - What 2 use-cases can public key cryptography be used for?
- Confirming ID and how you can identify who sent a message.
- Confirming the ‘integrity’ of a transaction and who sent it.