Hacker News new | ask | show | jobs
by Scriptor 6020 days ago
At the same time, I think it's just a really quick/lazy way to prevent SQL injection.
2 comments

well you have already lost if you try to insert the password into the database without applying a salted hash function on it.
Don't most "web" languages support parameters in the same was .NET does (at least with Sql Server)?