Why do big corporations use such large encryption keys?

  • Thread starter Thread starter SW VandeCarr
  • Start date Start date
  • Tags Tags
    Code
Click For Summary
SUMMARY

Big corporations utilize large encryption keys primarily due to the vulnerabilities associated with factorization of large composite numbers in public key encryption systems, such as RSA. The size of encryption keys has increased over time as computational power has advanced, making previously secure keys susceptible to attacks by distributed computing networks. Current best practices recommend using significantly larger keys to maintain security against evolving threats. Resources like Wikipedia provide detailed tables estimating the security level of various key sizes.

PREREQUISITES
  • Understanding of RSA cryptosystem principles
  • Knowledge of public key encryption mechanisms
  • Familiarity with factorization challenges in cryptography
  • Awareness of computational advancements affecting encryption security
NEXT STEPS
  • Research RSA key size recommendations and their implications
  • Learn about distributed computing techniques used in cryptanalysis
  • Explore advancements in quantum computing and their impact on encryption
  • Study the latest cryptographic standards and practices for secure communications
USEFUL FOR

Security professionals, cryptographers, IT managers, and anyone involved in implementing or managing encryption technologies in corporate environments.

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?
 
Technology 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).
 

Similar threads

Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
5K
Replies
18
Views
3K
Replies
45
Views
7K
  • · Replies 17 ·
Replies
17
Views
4K
Replies
1
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K