2011/4/25 Michael Merickel <[email protected]>: > Please look at the shootout implementation of passwords. I added support for > cryptacular there, hoping it might serve as a decent example for using > bcrypt, etc. It'd damn easier than dealing with any hashing yourself. > https://github.com/Pylons/shootout/blob/master/shootout/models.py#L28
I appreciate all your feedback. After reading this discussion, I changed to using cryptacular.bcrypt() for the password hash. The changes are in release 1.7.3. http://pypi.python.org/pypi/invisibleroads-templates The source code is available here. https://github.com/invisibleroads/invisibleroads-templates Thanks, RHH -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
