Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Laymens explanation of difference between Asymetric & symetric crypto?

Status
Not open for further replies.

GeneralDzur

Technical User
Joined
Jan 10, 2005
Messages
204
Location
US
I'm trying to learn & understand the difference between Public Key encryption (RSA) & private-key encryption, such as AES or SSL. Is there a simple explanation?

- stephan
 
Actually, if I understand it correctly, SSL uses symmetric encryption to bootstrap a connection to asymmetric encryption. But that's beside the point.

The difference between symmetric and asymmetric encryption is the number of keys used.

Symmetric encryption uses a single key for both encryption and decryption. Both parties must be aware of the key to transmit a message securely, which makes secure distribution of keys problematic.

Asymmetric encryption uses two mathematically-related keys, one for encryption and one for decryption. The "public" key can be used by anyone to encrypt a message, but only the holder of the "private" key can decypher the message.

See

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Hey, thanks sleipnir214 - that was really helpful, especially the Wikipedia link.

- stephan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top