What are the flaws in this security protocol between client and server?

Here is my security protocol for the use of a service provided by server. It utilises a symmetric key:

Client requests to use a service
Server sends back nonce
Client sends back nonce encrypted with Alice’s key
Once server … Continue reading What are the flaws in this security protocol between client and server?