fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

#46 Added secure password algorythm #720

Closed tanabi closed 7 months ago

tanabi commented 7 months ago

This adds a strong hash to the password algorythm re. #46

Note that, for compatability purposes, it does not automatically rehash the database. This gives the admin the chance to @tune tp_legacy_password_hash=true if they don't want this update for some reason. Admins that wish to roll this out should advise their players to use @password to rehash their passwords.

wyld-sw commented 7 months ago

Good stuff. Thanks!