On Feb 20, 2008 3:52 AM, Adam T. Bowen <adamb@xxxxxxxxxxxxxx> wrote: > > Jose Celestino wrote: > >> Problem is MySQL doesn't run external commands. > >> > > > > All that does is generate a random md5 salt and do an md5 crypt of the > > password. Why would you want to run that on an external command? I > > guess you can easily do it on c#. This one should help, mysql allows password hashing http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html > > If you are going to go this route, you might want to take a look at this > port of the crypt function: > > http://www.codeproject.com/KB/cs/unixcrypt.aspx > > Cheers > > Adam > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html