Security

What is Session Key in Cryptography?

In this tutorial, we are going to see What is Session Key in Cryptography?

Asymmetric algorithms (used in public-key cryptosystems) allow getting rid of problems linked to the exchange of keys via a secured channel. However, they still seem to be much less efficient (in terms of calculation time) than symmetric algorithms.

Thus, the idea of the session key is a compromise between symmetric and asymmetric encryption allowing to combine the two techniques.
 
[st_adsense]  
The idea of the session key is simple: it consists in randomly generating a session key of reasonable size, and encrypting it using a public key encryption algorithm (or more precisely using the recipient’s public key).
 


 
Image source: https://commons.wikimedia.org/wiki/File:Ict-innovation-LPI-Fig-110-3_6.png

 
The recipient is able to decrypt the session key using his private key. Thus, the sender and recipients have a common key that is known only to them. It is then possible for them to send each other encrypted documents using a symmetric encryption algorithm.
 
mcq-security-question-and-answerComputer Security MCQs – Multiple Choice Questions and Answers – Part 1Multiple choice questions and answers (MCQs) on Computer Security to prepare for exams, tests, and certifications. These questions are taken from a real written exam…Read More [st_adsense]

Leave a Reply

Your email address will not be published. Required fields are marked *