|
|
|
|
|
by hannob
3133 days ago
|
|
"There's no slick trick to check fast enough, whether or not a large number is prime. So much so that finding large prime numbers is one of the most challenging aspects of mathematics and computing. This very fact, that large prime numbers are hard to find, is the basis of cryptography which is fundamental to cyber security." That is simply flat out wrong. What they probably are referring to is RSA. However the basis of RSA is not that it's hard to find a large prime number. (Actually if that would be hard then RSA would be impossible, as it needs large primes for key generation.) The basis is that it's hard to factorize a composite number. |
|