Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Web Security

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Web Security

    hye,
    hope someone could help me on this.
    My group of programmers have written java base program - 'web based'. How do i check on the security part of the program - such as sql injection etcc?
    How do i make sure at least in terms of security all the coding are ok?

    This program run on Ubuntu platform.
    Please advice
    tq so much
    .d


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Web Security

    Quote Originally Posted by sramm View Post
    My group of programmers have written java base program - 'web based'. How do i check on the security part of the program - such as sql injection etcc?
    How do i make sure at least in terms of security all the coding are ok?
    Test it like you are a hacker, and set the system up to listen for hackers. Run some typical injection commands through the user interface. Be sure all user entered information is filtered/checked in some fashion. Be sure code error messages are logged rather than displayed to users. Monitor your system logs and check for query strings or form entries which could be hack attempts.

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Web Security

    Hye, tq for the reply.
    Is there any 3rd party tools i could use to scan the program?
    If i were to run commands via user interface, i should know the coding rite? i am new to this.
    please advice
    tq

Similar Threads

  1. Chat security. pursuing aid.
    By Dunkelheit in forum Object Oriented Programming
    Replies: 0
    Last Post: April 11th, 2012, 05:41 AM
  2. security solutions used in web services
    By algyptalian in forum Object Oriented Programming
    Replies: 5
    Last Post: January 7th, 2012, 08:15 PM
  3. sign XML with WS-Security
    By splendes in forum Java SE APIs
    Replies: 1
    Last Post: October 6th, 2010, 08:49 AM
  4. Security in Server
    By madhu_sushmi in forum Java Servlet
    Replies: 6
    Last Post: May 17th, 2010, 02:07 PM
  5. Jar File Security
    By Symbols in forum Java Theory & Questions
    Replies: 1
    Last Post: February 28th, 2010, 10:48 PM