Creating the Master Key

The master key is a piece of data from which all other keys are derived. Depending on the protocol and cipher suite being used, the master key is from 5 to 48 bytes in length. A master key is created by the client-side CSP and transferred to the server within an RSA envelope.

The Client Side

The Server Side

Specifying the Algorithms