Jeff Trawick wrote:
On 4/11/06, Jorge Schrauwen <[EMAIL PROTECTED]> wrote:Can emulaion crypt on platforms that don't support it? or will this be to slow?A crypt() implementation could be provided for these platforms whose system libraries don't already have it.
This ignores the fact that all crypt()s are far from equivilant. It's a non portable API (at least from it's binary results.) This is why we choose md5, and maybe sha1 in the future, as a truly portable solution. Bill