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

linear search
linear search

binary sort

1 answer

The classic algorithm applied to modern cryptography from the options you provided is modular arithmetic.

Modular arithmetic is fundamental in many cryptographic algorithms, such as RSA and Diffie-Hellman, whereas pseudorandom number generators, linear search, and binary sort are not classic algorithms specifically used in cryptography.