Sunday 05 July 2026 09:31:25 GMT+02:00

Netcrook

HomeManifesto
News
Techcrook
Geocrook
WikicrookTeamAppContact
EnglishItalianoArabic

WIKICROOK

Private Key

The secret half of a cryptographic pair used to prove identity and sign or decrypt data.

A private key is the secret half of an asymmetric cryptographic pair. It is kept confidential and paired with a public key that can be shared widely. The private key is used to prove identity, create digital signatures, and decrypt data that was encrypted for that key pair. In practice, it underpins TLS certificates, code signing, email protection, and many authentication systems.

In cyber security, private keys matter because theft of the secret can let an attacker impersonate a service, decrypt captured traffic, or sign malicious content as if it were trusted. If a wildcard TLS private key is exposed, multiple subdomains may be at risk; if an internal certificate authority key is exposed, the trust chain itself may need revocation and reissue. Defenders reduce this risk with hardware security modules, strict access control, rotation, and fast certificate revocation when compromise is suspected.

← WIKICROOK index