Skip to content

Authentication

Latest

Choose a tag to compare

@LostSoulfly LostSoulfly released this 05 Jun 00:46
· 5 commits to master since this release

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.