10.0k views
4 votes
Which of these does not use symmetric encryption?

A). RSA
B). Twofish
C). AES
D). DES

User M Rajoy
by
8.7k points

1 Answer

4 votes

Final answer:

RSA does not use symmetric encryption; it is an asymmetric algorithm using a public and private key pair, unlike Twofish, AES, and DES which are symmetric algorithms.

Step-by-step explanation:

The correct answer to the question of which option does not use symmetric encryption is A) RSA. Symmetric encryption is an encryption methodology where the same key is used for both encryption and decryption of the data. RSA is an asymmetric algorithm which uses a pair of keys; a public key for encryption and a private key for decryption. On the other hand, Twofish, AES (Advanced Encryption Standard), and DES (Data Encryption Standard) all use the same key for both encrypting and decrypting, which is characteristic of symmetric encryption.

User Mmo
by
7.7k points