[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The objects...
moo> I need to give the user a password, obviously... You expect me to pass
moo> in an already-encrypted password. But I need MySQL to encrypt it! Do I
moo> need to make a special MySQL connection to encrypt the thing or is there
moo> a better way? Seems like it should handle password encryption behind
moo> the scenes.
It can use crypt(5)(?) or it's own idiotic encryption. Use crypt.. it'll
be nicer.
moo> Overall, it seems fairly straightforward. Thanks Jason for the
moo> explanation. Aaron is right that I could (and should) have spent more
moo> time figuring this stuff out before, but I knew this was coming and it
moo> does save a lot of time.
i'll be working on it more after tuesday.. I'm going through mid-terms.