Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: Cryptology in the database

by andreas1234567 (Vicar)
on Mar 31, 2008 at 10:28 UTC ( [id://677495]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Cryptology in the database
in thread Cryptology in the database

SQL injection [is] a really tough hole to protect against
Not really. Revoke SELECT, INSERT, UPDATE, DELETE privileges from you application's user account and grant access to your data through stored procedures only (provided that the DBMS of your choice supports it). That's what I consider the most effective SQL injection prevention.

See also Avoiding SQL Injection (owasp.org).

--
Andreas

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://677495]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found