Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Security Question

Status
Not open for further replies.

Lambro

Programmer
Aug 22, 2001
258
US
I have a form that collects checking account information. After collecting the information and pressing the submit button, it stores this info in an Access database. What is the best way to protect this info at the page level and database level? Would using SSL to protect the asp pages be fine? Would using RC4 to encrypt the data going into the Access database work. Any info is great.
 
The SSL will cover the data from the page to the database. But I would *strongly* recommend going with SQL Server over Access. Especially if you are storing sensitive information.

Mark

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top