- Describe the concept of public and private key with your own words.
Your wallet creates a private key, then public key and then a bitcoin address. Private keys are used to sign your transactions digitally and authorise. The public key/bitcoin addresses can be public information but don’t allow anyone to access your private keys.
- What 2 use-cases can public key cryptography be used for?
Encryption which is used for messaging and digital signatures which are used to authorise transactions.