R
|
rgfischerjr 12/20/2012 |
You should be able to take the password as entered by the user, encrypt it by using your method, set the encrypted result to a string value and either store the string (if it's a new password) or compare the value to the stored value (in the case of a normal login). I use md5 and it works with no issues. The encryption code snippet goes in the login.php script. Not much hacking involved if you already have the encryption code worked out. |
![]() |
Admin 12/20/2012 |
You need to implement a set of events in order to use your custom encryption scheme. |