PageRenderTime 23ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/todo/auth.todo

http://zoop.googlecode.com/
Unknown | 40 lines | 40 code | 0 blank | 0 comment | 0 complexity | 28c65553a8a4efd4817ba52d0b044aee MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. - new
  2. - storage
  3. - encryption
  4. - phpass based
  5. - bcrypt
  6. - des
  7. - md5 based
  8. - crypt based
  9. - std_des
  10. - ext_des
  11. - md5
  12. - blowfish
  13. - zend framework based
  14. - ???
  15. - do it yourself (you man need to manually salt these)
  16. - plain text
  17. - md5
  18. - sha1
  19. - crd32
  20. - other simple hashes (maybe let them give their own userland function)
  21. - location
  22. - db
  23. - files
  24. - format
  25. - username field
  26. - password field
  27. - password fields contains salt any any info needed to tell what type of hash it is
  28. - modeled after crypt
  29. - config
  30. - allowed methods
  31. - grandfather old password formats or updgrade to new ones upon login
  32. - db or file
  33. - db conneciion or file location
  34. - db tables and field infor or file format info
  35. - features
  36. - set password
  37. - check password
  38. - upgrade passwords to more secure formats
  39. - disable accounts with old formats
  40. - password strength checker