Password using MySQL password() function
-
So you have cleverly added support for various versions of crypt, however what if the db we wish to auth against is using MySQLs native password() function (I know it is not best practice by ANY stretch).
Is there a way to set crypt to ‘non’ and perform a custom function? I believe MySQL currently performs SHA1 twice, then converts the string to a HEX string.
Ideas? Workarounds?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Password using MySQL password() function’ is closed to new replies.