Re: Improved libcrypt ready for testing

1999-07-07 Thread Kris Kennaway
On Wed, 7 Jul 1999, Peter Wemm wrote: > Say... you wouldn't like to impliment an NT-style password hash, would you? This is actually very easy, it turns out - the NT hash is just an MD4 over the unicode version of the password, which is (for the default english locale or whatever you call it), ju

Re: Improved libcrypt ready for testing

1999-07-07 Thread Kris Kennaway
On Wed, 7 Jul 1999, Peter Wemm wrote: > Say... you wouldn't like to impliment an NT-style password hash, would you? This is actually very easy, it turns out - the NT hash is just an MD4 over the unicode version of the password, which is (for the default english locale or whatever you call it), j

Re: Improved libcrypt ready for testing

1999-07-06 Thread Kris Kennaway
[I've redirected this to -hackers where I probably should have sent it initially.] On Wed, 7 Jul 1999, Peter Wemm wrote: > > It would probably also be worthwhile redefining New-DES and our blowfish > > format to fit this common form: > > > > $DES$$salt$hash > > IMHO, don't change the existing n

Re: Improved libcrypt ready for testing

1999-07-06 Thread Kris Kennaway
[I've redirected this to -hackers where I probably should have sent it initially.] On Wed, 7 Jul 1999, Peter Wemm wrote: > > It would probably also be worthwhile redefining New-DES and our blowfish > > format to fit this common form: > > > > $DES$$salt$hash > > IMHO, don't change the existing