Home / What / "security"

One Tag, I'll be a cloud.
-
Storing Passwords in MySQL
- saved on: 2007-01-25
- uri: http://mysqldatabaseadministration.blogspot.com/2006/08/storing-passwords-in-mysql.html
- about: Securing plain text passwords in MySQL is NEVER a good idea. As a DBA you should take great care in protecting the users' information. Fortunately MySQL provides you with several options to protect passwords.
- tags:
-
Hardened-PHP Project - PHP Security - Home
- saved on: 2006-11-14
- uri: http://www.hardened-php.net/
- about: The Hardened-PHP Project has the goal to help you with securing your applications and webpages.
- tags:
-
PHP Security Consortium: PHPSecInfo
- saved on: 2006-10-23
- uri: http://phpsec.org/projects/phpsecinfo/
- about: The idea behind PHPSecInfo is to provide an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app auditing, but can be a useful tool in a multilayered security approach.
- tags:
-
Wapiti - Web application security auditor
- saved on: 2006-08-04
- uri: http://wapiti.sourceforge.net/
- about: Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.
- tags: