Thread Closed

prime numbers use

 
Share Thread Thread Tools
Nov19-08, 08:34 AM   #1
 

prime numbers use


What is yhe usage of big primes in Cryptography?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Nov19-08, 10:37 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
One major use is for RSA. Encrypting with RSA requires finding large random primes and doing modular arithmetic with them, which are easy. Decrypting RSA can be performed by factoring the product of the primes, which is believed to be hard.

As an example: the 663-bit semiprime RSA-200 was factored by a cluster of computers; the lattice sieving alone was the equivalent of 55 years of work on a single processor. I multiplied the factors together on my computer; according to Pari, this took 0 ms.
 
Nov19-08, 05:43 PM   #3
 
are there any uses outside cryptography?
 
Nov22-08, 03:23 PM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

prime numbers use


Quote by soandos View Post
are there any uses outside cryptography?
Numerical algorithms (e.g. factorial computation), pseudorandom number generation (e.g. Mersenne twister), private information retrieval schemes (see Yekhanin's Ph.D thesis), etc.
 
Thread Closed
Thread Tools


Similar Threads for: prime numbers use
Thread Forum Replies
a prime number which equals prime numbers General Math 10
A formula of prime numbers for interval (q; (q+1)^2), where q is prime number. Linear & Abstract Algebra 0
Prime Numbers in the Diophantine equation q=(n^2+1)/p and p is Prime Linear & Abstract Algebra 5
Prime Numbers General Discussion 3
Prime Numbers From 2 General Math 10