Delayed encoding of password and salt in password checking.
Applied the rule that string encoding should happen as late as possible. This is also a preparation for Python 3 compatibility.
Loading
Please register or sign in to comment
Applied the rule that string encoding should happen as late as possible. This is also a preparation for Python 3 compatibility.