JimmyWest / SRPPtool

A Secure Remote Pair Programming Tool
0 stars 0 forks source link

More reliable message Marshaling in server #17

Open JimmyWest opened 9 years ago

JimmyWest commented 9 years ago

The Marshaling process in the socket handler most see that the last remaining bytes in the message are all 0 (zeros). Because this fill are set to be only 0 (zeros) a simple check can be performed to more clearly see that the message has been correctly decrypted.

JimmyWest commented 9 years ago

This is a simple implementation of #14.