Y
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
akirk
6020 days ago
well you have already lost if you try to insert the password into the database without applying a salted hash function on it.
link
TeHCrAzY
6019 days ago
Don't most "web" languages support parameters in the same was .NET does (at least with Sql Server)?
link