Difference between revisions of "Private Key Component"

From MgmtWiki
Jump to: navigation, search
(Context)
(Solutions)
Line 16: Line 16:
  
 
==Solutions==
 
==Solutions==
* NIST SP 800-63-3B established authentication assurance level (AAL) the report on the protection to the users private key components.
+
* NIST SP 800-63-3B established authentication assurance level (AAL) the reports the protection level of the user's private key components.
 
===Windows Specific Technology===
 
===Windows Specific Technology===
  

Revision as of 12:20, 26 July 2020

Full Title or Meme

Good Public Key Cryptography is dependent on the absolute protection of the Private Key Component of the public/private key pair.

Scope/Goal

  • The goal of a Private Key Component is give the user an Authentication factor that can be completely within their control.
  • Should some other technology for the use of secret data be found beyond the Private Key Component, it is expected that this wiki page should apply to that new technology as well.

Context

  • Protecting one's secret information, in the modern age of computers, has become synonymous with protect a secret key or a Private Key Component of a key pair.
  • This wiki uses the term Credential for any secret held by a device that can be used in authenticating a user. The best known credential (2020) is a well-protected private key component.
  • Another technology that antedates Public Key technology is a shared secret, such as those used in creating One Time Passwords (OTP). Those continue to be useful.

Problems

  • Governments have been the primary customers for keeping secrets and, so, the primary customers for cryptography.
  • The challenge with providing good secrecy became a challenge to (1) find a good cryptography algorithm and (2) getting the cryptographic key security into the hands of those who need it.

Solutions

  • NIST SP 800-63-3B established authentication assurance level (AAL) the reports the protection level of the user's private key components.

Windows Specific Technology

References