I would also note that if you are concerned about data in a database being accessed in any way (like if you share a server with someone else who might be able to find the login information for your database), you might also want to encrypt the information in the database. This might not be something that's really necessary, but if you were to store credit card numbers (in an e-commerce site or something) you would probably need to do that.
--- In [email protected], Grant Harrington <[EMAIL PROTECTED]> wrote: > > That was my question, thanks for confirming what I assumed. > > Thanks, > Grant
