i’m the maintainer of a ruby yahoo chat program, and i’m trying to
implement the latest protocol changes by yahoo.
now it’s an MD5 hash for passwords etc, but i can’t seem to find a md5
module for ruby. i’ve searched on the net for ruby-md5 and also on the
RAA but it’s not listed anywhere.
has the package been made obsolete? superceded? is there a way i can get
MD5 hash’s?
now it’s an MD5 hash for passwords etc, but i can’t seem to find a md5
module for ruby. i’ve searched on the net for ruby-md5 and also on the
RAA but it’s not listed anywhere.
On Sat, Jan 04, 2003 at 01:15:18PM +0900, gabriele renzi wrote:
I meant to ask. is there a way to specify the salt ??
I suppose you’re rferring to the ~md5 format of BSD
(imported in other system) passwd files.
That’s not the real MD5, but something alike.
Probably they’re just adding a salt string to the password,
maybe simply concatenating them, dunno .
–
Dalibor Sramek insula.cz | In the eyes of cats,
dalibor.sramek@insula.cz | all things belong to cats.
thanks , interesting to see I was not so far from the truth
···
On Sun, 5 Jan 2003 02:52:45 +0900, Dalibor Sramek dali@insula.cz wrote:
On Sat, Jan 04, 2003 at 01:15:18PM +0900, gabriele renzi wrote:
I meant to ask. is there a way to specify the salt ??
I suppose you’re rferring to the ~md5 format of BSD
(imported in other system) passwd files.
That’s not the real MD5, but something alike.
Probably they’re just adding a salt string to the password,
maybe simply concatenating them, dunno .