Ask Question
5 January, 20:35

Two users, UserA and UserB, are engaging in secure communication using only asymmetrical encryption. UserA needs to send a secure message to UserB. What occurs first? A. UserB sends UserA UserB's public key

B. UserA sends UserB UserA's private key

C. UserA sends a secret key to UserB

+1
Answers (1)
  1. 5 January, 23:21
    0
    The correct answer is A: UserB sends UserA UserB's public key

    Explanation:

    In Asymmetrical Encryption, the both user involve in the secure communication must have a pair of key called public and private key. There are various step involves with engaging in Asymmetrical encryption, they include:

    1. Each user generates a pair of keys to be used for the encryption and decryption of messages.

    2. Each user places one of the two keys in a public register or other accessible file. This is the public key. The companion key is kept private.

    3. If User B wishes to send a confidential message to User A, User B encrypts the message using User A's public key.

    4. When User A receives the message, User A decrypts it using her private key. No other recipient can decrypt the message because only User A knows User A's private key.

    Therefore, from the steps above, Option B and C are wrong because the private key/secret key should never be shared between users in asymmetrical encryption.

    Option A is the correct answer as UserB sends UserA UserB's public key which is available to the everyone.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Two users, UserA and UserB, are engaging in secure communication using only asymmetrical encryption. UserA needs to send a secure message ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers