187k views
5 votes
When a message is encrypted in two different experiments, the ciphertext should be different. This is an important requirement for encryption. How do AES-128-CBC and RSA encryptions achieve this property?

A) AES-128-CBC uses different IVs and RSA uses random paddings.


B) AES-128-CBC uses different paddings and RSA uses random paddings.


C) AES-128-CBC uses a given padding and RSA uses a random padding.


d) They both use random paddings.

User Wsams
by
7.8k points

1 Answer

3 votes

Answer:

A) AES-128-CBC uses different IVs and RSA uses random paddings.

User Serializer
by
7.6k points