MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Changing OS
slayer@kaiwan.com writes:
> Here's a question I have.. I noticed string_hash() is the same on both
> versions., and I changed passwords on the moo I was using to use that. Does
> anyone see a problem with that?
This is at least as secure as using crypt() and, since the complete
implementation of string_hash() is included with the server (as opposed to
being provided by the local operating system), it's guaranteed to work portably
across all systems.
I haven't done detailed timings to discover which one is (marginally) faster,
but it shouldn't matter much for this use.
Pavel
Follow-Ups:
References:
Home |
Subject Index |
Thread Index