tkrajcar / carbonmu

CarbonMU was experiments towards a general-purpose, extendable MUD/MUSH server written in Ruby.
MIT License
13 stars 5 forks source link

Add passwords to Player #16

Closed tkrajcar closed 9 years ago

tkrajcar commented 9 years ago

Use bcrypt...!

https://gist.github.com/robcthegeek/1353123 seems to have most of the crunchy bits figured out for Mongoid + bcrypt, although we won't have confirmations, and so on.