1, A private key is personal to you while your public key is your personal key to the public to see/use. The private key is random numbers created and through the numbers you can create more random numbers that creates the public key. It’s all a way of encrypting transactions/messages etc and you can only generate/see the public key through a private key and never the other way around. To make it simple, when you want to encrypt information you want to send you’ll need the public key for that and the private key is used to decrypt that message.
- For encryption and digital signatures when secure communication is needed or the need for verification.