Hi

I found this somewhere:
MSCASH = MD4( MD4(password ) || lowercase(username) )
Can somebody please explain every step of generating an mscash hash (first generate the md4 hash of the plain text password.......)?

and is there any way to revert an mscash hash to an md4 hash, if the salt (=username) is known?

I'd be very grateful for a reply