How do prime numbers play a crucial role in the security of the RSA algorithm?

  • Thread starter Thread starter whatzzupboy
  • Start date Start date
  • Tags Tags
    Prime
AI Thread Summary
Prime numbers are fundamental to the RSA algorithm, which underpins public key encryption, ensuring secure online transactions. Their unique factorization properties are crucial for distinguishing between prime and composite numbers, forming the backbone of number theory. The practical applications of prime number theory, once deemed purely intellectual, are now evident in technologies like HTTPS used for secure communications. Understanding the mathematical principles behind RSA enhances appreciation for the beauty of prime numbers. Overall, the significance of primes extends beyond theoretical interest, impacting everyday digital security.
whatzzupboy
Messages
60
Reaction score
0
Prime Number Importance??Help Please

What is the importance of finding away to descirbe prime numbers in relation to both themselves as well as other numbers? :rolleyes:
 
Physics news on Phys.org
whatzzupboy said:
What is the importance of finding away to descirbe prime numbers in relation to both themselves as well as other numbers? :rolleyes:
I am afraid the importance is purely intellectual - at least so far. One never knows when a mathematical pursuit will have some practical value. But the reason people do these things is because it is interesting (at least to those who do them!) and is important to other mathematicians. The same thing applies to physicists, too, although there may be more frequent spin-off benefits from some discovery. It may not be readily apparent that there is any practical value in finding the top quark or Higgs boson or in figuring out whether black holes radiate, but that is not why these things are pursued.

AM
 
The relation of primes to composites is all-important. Without knowledge of the unique prime factorization of a number, we would be nowhere in Number Theory. As a result, we would not have public key encryption, and Ebay would not exist. :biggrin:

Of course, it was thought - not too long ago - that Number Theory would have no practical application. :rolleyes:
 
To expand further, everytime you access a website whose URL begins with "https:" (such as your on-line banking, credit card transaction site, etc.), you are using security protocols made possible by Public Key Encryption (PKE) and the unique properties of Prime Numbers. A quick description of PKE mathematics and its use of primes can be found here:
http://world.std.com/~franl/crypto/rsa-guts.html



~~
 
Last edited by a moderator:
Gokul43201 said:
The relation of primes to composites is all-important. Without knowledge of the unique prime factorization of a number, we would be nowhere in Number Theory. As a result, we would not have public key encryption, and Ebay would not exist. :biggrin:

Of course, it was thought - not too long ago - that Number Theory would have no practical application. :rolleyes:
Although I wasn't aware that prime number theory forms an essential part of encryption theory, that would provide good support for an argument that pure science and mathematics can have a practical spin-off, and so should be supported economically. But I would hate to think that the absence of practical value should deter anyone from the intellectual pursuit of knowledge, or from supporting it economically. Peer review is the proper and best way to ensure that a particular pursuit is worthwhile, not practical usefulness.

AM
 
The RSA algorithm, based on prime numbers, is beautiful. This is at it's heart:

p^e\equiv c Mod (n)
c^d\equiv p Mod (n)

To learn and understand these two equations, should cause anyone to acquire an appreciation of prime numbers. Imagine looking at a 512-digit number (a real integer, not just some digits strung together) and thinking, "there's a real sentence in there" and without the decryption exponent, no one on Earth can figure out what it is!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top