- Describe the concept of public and private key with your own words.
-
A public key is generated from you private key and can be made public.
When someone wants to send an encrypted message they take te public key of the receiver and use that to encrypt the message
The public key is also used to verify if the transaction is actually sent from the person in question. -
A private key is a random number generated from your computer.
It is used to sign transactions on the blockchain.
The private key is also used to decrypt an encrypted message that has been sent to you.
- What 2 use-cases can public key cryptography be used for?
- Message encryption
- Digital signatures for identification and integrity.