On Sun, Jul 24, 2005 at 01:49:25PM -0700, Michael G Schwern wrote: > Attached is a patch with some improvements after reading it through again. > > * Move the mentioning of Crypt modules on CPAN up to the point where we > explain crypt() is not about cryptography instead of at the end. > * Mention Digest.pm rather than Crypt:: modules in the section about how > crypt() isn't a particuarly robust hashing algorithm because A) Digest > comes with Perl and B) we're talking about more robust digesting > algorithms, not encryption. > * Explain why you feed the digest in as the salt a little better. > * Stop verbing "digest".
Cool. I apologize for complaining about the parts that were already there. Ronald