I've been developing with
asp and access databases for a short while now, and am starting to work with clients who need to capture customer details such as username, password, email, address, phone etc.
I am not going to store credit card details.
I have not put any particular security measures in place and I need to know whether my systems are adequately secure, particualrly with respect to legal requirements and the data protection act.
The site is not on a secure server. My access database exists in a seperate folder from the web directory, but there is no encryption or password protection on the database, and none of the information that is passed to and from it in my
asp scripts is encrypted. My clients will be able to access customer information (as will the clients themselves) via logins which comprise a username and password. The
asp script compares unm/pwd info with info in the database and sets a session variable to login.
Can anybody spot any gaping flaws in this system which will render my sites illegal or massively exposed? Can recommend any decent resources which won't involve me wading through masses of obscure legal or techy jargon?
Thanks very much.
So far I have consulted the following:
http://www.webforumz.com/viewtopic.php?t=1701
http://www.webforumz.com/viewtopic.php?t=3721
http://www.developer.com/lang/other/article.php/724731