Tagged Questions
8
votes
1answer
370 views
PHP 5.3.9 Vulnerability Help
This is one of the first vulnerabilities I've tried to exploit on my own to expand my knowledge of exploits.
This is a good summary of the vulnerability. I have been able to control EIP but I'm not ...
29
votes
3answers
1k views
Security Review - password_hash implementation for PHP
I'm currently working on a "helper function" for PHP's core to make password hashing more secure and easier for the majority of developers. Basically, the goal is to make it so easy, that it's harder ...