fix(linux): Fix calculation of user hash
The `hash` method that we previously used calculates the hash based on the memory location, i.e. with each program run we get a different value for the same user. This change now uses the md5 algorithm so that the same user always produces the same hash.
parent
6b4497b5
Please register or sign in to comment