Collections:
Other Resources:
Public and Private Keys
In public key encryption, two different keys are used to encrypt and decrypt information. The private key is a key that is known only to its owner, while the public key can be made known and available to other entities on the network.
The two keys are different but complementary in function. For example, a user's public key can be published within a certificate in a folder so that it is accessible to other people in the organization. The sender of a message can retrieve the user's certificate from Active Directory Domain Services, obtain the public key from the certificate, and then encrypt the message by using the recipient's public key. Information that is encrypted with the public key can be decrypted only by using the corresponding private key of the set, which remains with its owner, the recipient of the message.
Additional references
✍: Microsoft
2016-07-15, 2204🔥, 0💬
Popular Posts:
How to validate a self-signed certificate using OpenSSL "verify" command? You can validate your self...
Certificate summary - Owner: *.tripadvisor.com, Ecommerce OPS, Expedia, L=Bellevue, ST=WASHINGTON, U...
How to use additional DN fields to create CSR for personal certificates? You can set additional DN f...
How to examine a CSR (Certificate Signing Request) file with Portecle? To examine a CSR file: From t...
What are CRL (Certificate Revocation List) and OCSP (Online Certificate Status Protocol)? I want to ...