ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

Define password-hashing work factor #121

Open ndarville opened 11 years ago

ndarville commented 11 years ago

Should the subclassing include something that automatically updates the number of iterations per time unit? E.g.

iterations = 100000 ** (year-2000)