Secure Code

Discussion in 'Security' started by mcdeere02, Aug 5, 2009.

Thread Status:
Not open for further replies.
  1. #1
    How to write Secure HTML code for website design.
     
    mcdeere02, Aug 5, 2009 IP
  2. osmasters

    osmasters Well-Known Member

    Messages:
    453
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    100
    #2
    There are many ways for secure coding.

    I didnt get you what do you mean by secure HTML coding. (Actually there are many way to secure your programing coding like php or asp but not html.)

    In HTML, you just need to make captch and use post method for submitting form, thats all.
     
    osmasters, Aug 5, 2009 IP
  3. justdoit1

    justdoit1 Peon

    Messages:
    100
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There is no secure HTML coding.
    HTML is static. Security is needed only for dynamic applications/behaviors.

    If you use JavaScript to accept/process user inputs, you have to escape it.
     
    justdoit1, Aug 5, 2009 IP
Thread Status:
Not open for further replies.