-
Notifications
You must be signed in to change notification settings - Fork 24
Security
Sergey Chernyshev edited this page Feb 21, 2016
·
2 revisions
@TODO: Why security is important? ...
- Protecting passwords from password guessing techniques
- The Usability of Passwords
- The Usability of Passwords - FAQ
- Philip Tellis's blog security section
- Bruce Schneier's password advice
- Ruby on Rails security guide
- How I'd hack your weak passwords
- Web security exploits list on Wikipedia
- http://plaintextoffenders.com/ - site that records emails from sites containing passwords in plain text
- How to manage a PHP application's users and passwords
- Open Web App Security Project (OWASP)
- let's talk about password storage (Mozilla's best practices)
... @TODO: need more intro to ...
... @TODO: Post a list of tools that can be used for testing the app against common attacks
- PHPass - password encryption library
- ...