- Describe the concept of public and private key with your own words.
Public and private keys are means to encrypt and digitally sign data. One uses a public key to encrypt data that can only be decrypted with the corresponding private key or one signs data with their private key which can only be verified by using the corresponding public key.
- What 2 use-cases can public key cryptography be used for?
To encrypt private messages being sent over a public network, or in the case of bitcoin to digitally sign transactions to verify who is initiating the transaction and if they have the funds to enact such a transaction