How to secure a webform ?

scalf

Freshman
Joined
Jun 15, 2004
Messages
25
Location
FRANCE
Hi,

I'd like to know how I could easily secure the information a user is filling in a webform.

If someone can give me an easy way to do it, it would be nice.

Many thanks.

NB : VB .NET code should be appreciated.
 
Last edited:
What do you mean by 'secure'? That's a vague statement:

Secure the data so it isn't intercepted accross the network? Using https and encrypt the contents.

Keep certain users from accessing where data that the values are stored at? Read about database security for whatever database your using.

Another meaning to secure?
 
Thanks a lot, and sorry for not having given details on what I meant by "Secure", in fact I was refering to data encryption which prevents data to be intercepted accross the network and I forgot that SSL encryption was the easiest and much secure way to do the job.

I'll be using HTTPS. Thanks a lot for your replies.
 
Back
Top