Post
Topic
Board Beginners & Help
Re: private Key ?
by
paraboul
on 25/09/2017, 13:50:05 UTC
what is private key and how this key work ?

This is the base concept behind asymmetrical cryptography (https://en.wikipedia.org/wiki/Public-key_cryptography).
You can share your public key with anyone, so that one can encrypt a message that only you can read (owner of the private key derived from the public key).

When it comes to bitcoin (or more generally to cryptocurrencies), your private key allows you to spend the coins you received on your public address (wallet address). (More info here : https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses)