Homework on Public and Private Keys - Questions
Describe the concept of public and private key with your own words :
A private key is generated > you are then able to generate a public key.
The public key encrypts information - you share this key with others which they use to encrypt information.
The private key decrypts the information that was encrypted with the use of the public key - you do not share the private key with anyone.
What 2 use-cases can public key cryptography be used for? :
Encryption and digital signature.