376 views
0 votes
Your boss wants you to set up an authentication scheme in which employees will use smart cards to log in to the company network. What kind of key should be used to accomplish this?A. (private key)

B. Public key
C. Cipher key
D. Shared key

User Chahal
by
6.8k points

1 Answer

2 votes

Answer:

private key

Step-by-step explanation:

For an enterprise that uses smart cards for strong user authentication, a digital certificate needs to be issued to the smart card. This digital certificate is used to identify the user and the infrastructure that does that is known as PKI (Public Key Infrastructure). PKI involves the use of a public key that is accessible to everyone and a private key that is stored on the card. Encrypted information on one key can only be decrypted by the other key, and vice versa This is to suggest that it is a transitive process. Therefore, since PKIs depend heavily on private keys, I should use private keys and keep these keys safe and secure since only the intended user have access to them.

User Moonshield
by
7.3k points