148k views
1 vote
If userA sends a secure message to userB using an asymmetric cryptographic algorithm, and userB sends a reply, what key is used if userA wants another user, userC to read the reply message

User Rinde
by
5.7k points

2 Answers

1 vote

Answer:

The answer is Symmetric Key cryptography

Step-by-step explanation:

Because this method of encryption allow both parties to use the same key and cipher to encode and decode the ciphertext.

User PsPranav
by
6.1k points
2 votes

Answer:The

The answer is User Cs uses the Public Key.

Step-by-step explanation:

Public-key cryptography refers to a cryptographic system that uses pairs of keys: one that is a private keys,which are seen only by the use and public keys, which may be used widely by different users.

The generation of such keys depends on algorithms that are cryptographic based on mathematical problems to provide function that is one way. A strong security only needs keeping the private key private; the public key can be openly distributed among users without compromising security.

User Richard Wheeldon
by
6.3k points