Windows Develop Bookmark and Share   
 index > Windows Forms General > Webclient URL encoding
 

Webclient URL encoding

Ok I'm trying to make my programs AUTH as un crackable as possible. So i tried packet sniffing while running it and entering the AUTH details. But when I hit enter the URL it was downloading the data from was clear as day. And I'm wondering if there is a way to encrypt/encode the URL so it wouldn't be that clear and fairly easy to crack if you know what your doing.
Speak  Thursday, June 26, 2008 4:08 PM
From what i understand you have a desktop application and this app require to authenticate on server using the WebClient and an URL. The users that run the app don't know the URL but they can use a free program like Fiddler to monitor the requests and they can find the authenication data.

In this case what you can do is to send the private data encrypted and decrypt her on your server. Just you, the programmer will know the encryption alghoritm.
Calciu Sorin  Thursday, June 26, 2008 7:11 PM
From what i understand you have a desktop application and this app require to authenticate on server using the WebClient and an URL. The users that run the app don't know the URL but they can use a free program like Fiddler to monitor the requests and they can find the authenication data.

In this case what you can do is to send the private data encrypted and decrypt her on your server. Just you, the programmer will know the encryption alghoritm.
Calciu Sorin  Thursday, June 26, 2008 7:11 PM

You can use google to search for other answers

Custom Search

More Threads

• Dragging and dropping on nodes in tree view just the way windows explorer does.
• increasing resolution disperses position of controls in a windows form app. why?
• Userdrawn listview vb.net
• PropertyPages for UserControls
• serialize TreeNode-derived classes
• A few questions about ExpandableObjectConverter and PropertyGrid
• Use accurate datetime in Winforms application
• form object not displaying
• VB or C#, and why?
• Dates in PropertyGrid