avoid integer overflow in PassHash::pmd5 method
Input iteration counts are squared in the function and passing something above 30 is giving integer overflows on 32 bit systems (and causes insane iteration counts on 64bit systems).
Please register or sign in to comment