Why do big corporations use such large encryption keys?

  • Thread starter Thread starter SW VandeCarr
  • Start date Start date
  • Tags Tags
    Code
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
SW VandeCarr
Messages
2,199
Reaction score
77
Simple question. I understand that the product of two "large" primes is a nearly unbreakable code. How large is "large" and if it's that easy, why aren't big corporations using this?
 
Physics news on Phys.org
SW VandeCarr said:
Simple question. I understand that the product of two "large" primes is a nearly unbreakable code. How large is "large" and if it's that easy, why aren't big corporations using this?
In essence, they are. One technique that's used is public key encryption, which relies on two keys -- a public key and a private key.

"Unbreakable" is a relative term. Encryptions that were unbreakable by a single computer ten or twenty years ago were able to be broken using large networks of computers, each working in parallel to search for a factorization of a large composite number with two prime factors. As a result we've seen the keys get larger in size. See http://en.wikipedia.org/wiki/Key_size and http://en.wikipedia.org/wiki/Key_(cryptography).