Private key/private signature key

Private key/private signature key

A cryptographic key that is used with an asymmetric (public key) cryptographic algorithm and is associated with a public key. The private key is uniquely associated with the owner and is not made public. This key is used to compute a digital signature that may be verified using the corresponding public key.

📚 Reference: NIST SP 800-102
🏷️ Category: Cybersecurity
📊 Commonality: common