[quote=“ivan, post:1, topic:8431”]
Homework on Public and Private Keys - Questions
-
Describe the concept of public and private key with your own words.
private key is a random number in your computer. a public keys is derived from your private key. So somebody sends me a message this message will be encrypted with my public key. I can decrypt it with my private key. -
What 2 use-cases can public key cryptography be used for?
Digital signatures for example sending bitcoins. Private key is a random number in my wallet, public key and a bitcoin address. You sent me an bitcoin. You will use my public key and sign it. I receive the bitcoin and decrypt because I use my privat key and know it is yours because you signed it.
public and private key encryption and decryption of messages sent over for example internet