PDA

Click to See Complete Forum and Search --> : Java & Security


mrstuff68
Jan 13th, 2008, 02:56 PM
I am getting ready to start coding an online java application that will be collecting personal information, all information will be stored in either an Access database or a MySQL database. What kind of security issues should I be worried about? Can anyone give me some suggestions? I would like to know about any security issues before I start coding so that I can resolve them as I go.

Your help is greatly appreciated.

ComputerJy
Jan 13th, 2008, 05:25 PM
Just the usuals SQL Injection and other popular problems. You can refer to the following article (http://www.javaworld.com/javaworld/jw-04-2000/jw-0428-websecurity.html) for help

eranga262154
Jan 17th, 2008, 12:18 AM
This article (http://www.onjava.com/topics/java/Java_Security) may also help you. Used it in few occasions in web applications.