scalf Posted September 23, 2005 Posted September 23, 2005 (edited) 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. Edited September 23, 2005 by scalf Quote Scalf. Do not want others to know what you have done? Better not have done it anyways.
bri189a Posted September 23, 2005 Posted September 23, 2005 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? Quote
scalf Posted September 26, 2005 Author Posted September 26, 2005 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. Quote Scalf. Do not want others to know what you have done? Better not have done it anyways.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.