Hacker News new | ask | show | jobs
by kloch 1615 days ago
I wrote my first web app in 2000 using C/mysql. It was Insanely fast but very awkward to implement. I used C because it was (and still is) the only language I knew well.

At least if you are going to use C, you (should) know to be extremely paranoid about how you process anything received from the user. That doesn't remove the risk but at least you are focused on it.

1 comments

This is the same in any language. You can cause security issues in other languages as well if you trust the user/attacker.