Calvin Hendryx-Parker wrote: > Rob, > > Do we really need to introduce a new dependancy? Python's standard lib > includes md5 and sha-1 crypto built in. Seems like a bit of overkill > for the base product to do this... the bcrypt module is really nice. we can set something up where sha is used by default, but bcrypt is an option. but i want to support it, because i want to use it myself. :-). -r