axedms 117 how to change plain text to sha512
Re: axedms 117 how to change plain text to sha512
In the login_password handler, hash the received password.
Re: axedms 117 how to change plain text to sha512
Quote:
Originally Posted by
Fraysa
In the login_password handler, hash the received password.
can give code?
Re: axedms 117 how to change plain text to sha512
Quote:
Originally Posted by
cindylim
can give code?
You can look in previous sources that use the same method (such as MoopleDEV) and copy it from there.