On Fri, Nov 05, 2004 at 07:30:03AM -0500, Jared Rich wrote: > Ahhh, I see... Is the salt random, or is there a way to compute what it is > from the hash of it? Thanks. The salt is random and stored in its entirity. It is not a hash. The following 16 bytes are the hash of the salt + MD4 unicode password. Jeremy.