Tag Archives: hacking

2 great talks

Check the following youtube videos: Get Rich or Die Trying – Making Money on the Web the black hat way via hackersblog Google I/O ’08 Keynote by Marissa Mayer via digg They are both pretty long (1 hour each) so be prepared with some pepsi and popcorn :)

Web development security tips (PHP)

I’ve seen a lot of hacked websites lately (most because of SQL Injection). Almost all the security problems occur because us web developers assume that the users will act naturally and because we’re lazy to keep testing all the input data or wonder what if?. This is not a how to hack article, but it [...]