What is the difference between public and private key?
Answer Posted / Sameer Kumar
In cryptography, a public key is intended for sharing with others to encrypt data, while a private key must be kept secret to decrypt or sign the data. In a blockchain context, each user typically has a pair of keys: a public key (used as the address for receiving transactions) and a private key (used for signing transactions).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers