Crypto

Public key

A public key is a cryptographic key that is shared openly and is mathematically linked to a private key.

What Public key means

A public key can be distributed without secrecy because it is designed to work with its matching private key. In crypto systems, public keys help others verify signatures or send data to the intended holder. They are part of the mechanism that lets networks confirm control without revealing the private key.

Public keys are central to verifying transactions and identities in asymmetric cryptography. They are also useful for understanding the difference between an address, a public key, and a private key, which are often confused in crypto discussions.

A wallet signs a transaction with a private key. The network or verifier can use the corresponding public key to check that the signature is valid without learning the private key.

Common questions

Can a public key be shared safely?+

Yes, it is meant to be shared as part of public-key cryptography.

Is a wallet address the same as a public key?+

Not always. A wallet address is often derived from a public key, but the exact relationship depends on the blockchain.

Go to the original material.

01NIST CSRC Glossary: public and private key02NIST Glossary of Key Information Security Terms03NIST Special Publication 800-32: Introduction to public key technology and the federal PKI infrastructure