sockets - building simplified version of SSL with python -


i need little assignment.

the goal of assignment build own simplified version of ssl. , use client/server sockets create tcp connection. part of create handshake phase , data phase.

handshake: 1. client , server authenticate each other using certificates.

2.the client informs server data encryption , integrity protection scheme use (there no negotiation). pick favorite integrity protection , encryption algorithms , send other side string

3.the client , server send encrypted nonces(random numbers) each other. these nonces xored create master secret.

so im stuck @ number 3 :( have no idea how code it.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -