Anavrins, on 17 May 2016 - 08:54 PM, said:
Few minor things that caught my attention, both in the genSalt function, the seed string contains repeated characters (1, P, p)
There's also an unnecessary math.randomseed(random(0,65534)) which will end up only producing a set of 65535 unique salt, instead of 6332.
edit: 65535 is nothing compared to


