Help banner

private key

A key that belongs to a subject (user, application, or computer) and is never revealed to anyone or anything else. The subject uses the private key to decrypt messages encrypted with the subject's public key.

A private key can also be used to sign messages sent by the subject to anyone else. Using the subject's public key, anyone can verify the signature and be assured that the message originated from that subject.