Which of the following is a classic algorithm applied to modern cryptography?(1 point)

Responses

pseudorandom number generator
pseudorandom number generator

binary sort
binary sort

linear search
linear search

modular arithmetic
modular arithmetic

1 answer

The classic algorithm applied to modern cryptography from your list is modular arithmetic. Modular arithmetic plays a crucial role in various cryptographic algorithms, including RSA encryption and others. The other options, such as pseudorandom number generators, binary sort, and linear search, do not qualify as classic algorithms specifically associated with modern cryptography.