Adds following commits:
93fd87b
e82d0d6
b0cfabf
Implemented authentication between client and server using MD5 hashes of a random GUID shared between the MiningService and IdleMon, the current system date/time, and a username. This should be sufficiently difficult to bruteforce, and simply adds a layer of security for the Named Pipes the program utilizes.