Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (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 by scalf

Scalf.

Do not want others to know what you have done? Better not have done it anyways.

Posted

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?

Posted

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.

Scalf.

Do not want others to know what you have done? Better not have done it anyways.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...