Every time you see a padlock in your browser, a piece of mathematics from 1977 is quietly at work. RSA â named for Rivest, Shamir and Adleman, who published it in 1978 â was the first practical way to let two strangers exchange secrets without ever sharing a password in advance.
The whole trick rests on one lopsided fact about numbers. Take two large prime numbers and multiply them: a computer does it in microseconds. Now take only their product and try to recover the two primes â factor it back. Nobody knows a fast way to do that, and people have tried for centuries.
That gap between easy forward and hard backward is what a one-way function means. RSA turns it into a lock: multiplying builds the lock in public, while factoring â the only obvious way to pick it â stays out of reach.
Comments
Loading comments...