- Describe the concept of public and private key with your own words.
The private key is a randomly generated key and the public key is generated from the private key but not vice versa
- What 2 use-cases can public key cryptography be used for?
Encrytion messages is one use case where a message is encrypted using the public key of the receiver that the receiver can decrypt using his/hers private key
Digital signature is the other use case (in bitcoin) where the bitcoin is signed by the private key of the sender to the bitcoin address that is generated by the public key