Classic Algorithms Quick Check 4 of 54 of 5 Items Question Which of the following is a classic algorithm applied to modern cryptography?(1 point) Responses pseudorandom number generator pseudorandom number generator modular arithmetic modular arithmetic binary sort binary sort linear search linear search Skip to navigation page 10 of 10

1 answer

The classic algorithm applied to modern cryptography from the options provided is modular arithmetic. Modular arithmetic is fundamental in various cryptographic algorithms, including public key cryptography methods like RSA.

Pseudorandom number generators are also important in cryptography, but they are not considered a classic algorithm in the same way modular arithmetic is. The other options (binary sort and linear search) are algorithms used in data management and search, not directly in cryptography.