Encrypting urls in .net

This is a discussion on "Encrypting urls in .net" within the ASP.NET Forum section. This forum, and the thread "Encrypting urls in .net are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1  
Old Oct 21st, 2003, 04:49
New Member
Join Date: Oct 2003
Location: India
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Encrypting urls in .net

I am developing a webapplication using asp.net /vb.net.I have a requirement for encrypting urls.I am searching for a effective way of encryting urls.Preferably a string to sting encryption.Is there an effective way of doing this using vb.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Nov 19th, 2003, 04:36
New Member
Join Date: Nov 2003
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Sabarish:

You try some form of string scrambling algorithm. This will make the strings in QueryString hard to understand and view for normal viewers.

Did this tip help you?

<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Sabarish_s

I am developing a webapplication using asp.net /vb.net.I have a requirement for encrypting urls.I am searching for a effective way of encryting urls.Preferably a string to sting encryption.Is there an effective way of doing this using vb.net
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Nov 19th, 2003, 04:52
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
What level of encryption do you need? Protection from casual viewing, government-grade security, something in the middle?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Nov 19th, 2003, 09:02
Junior Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
.NET proves great support for great hashing (SHA1 and MD5) and encryption (can't remember which ones). I'm guess, as you'll be needed to encrypt/decyprt the string on the fly, then then obviously hashing's no good. Although the supported encyption in .NET is strong, it'll come down to how securely you store the passwords.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Mar 31st, 2004, 05:08
New Member
Join Date: Mar 2004
Location: Pakistan
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

which level of security you need now, you want to create Dll and as well as ocx.
I developed encrypt as well as decrypt method in vb.net.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Mar 31st, 2004, 06:40
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by ayazahmed

Hello,

which level of security you need now, you want to create Dll and as well as ocx.
I developed encrypt as well as decrypt method in vb.net.

<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

ayazahmed, this is a pretty old post, I expect this has been resolved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
net, urls, encrypting

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypting passwords - 2 way or 1 way? djeyewater PHP Forum 3 Mar 30th, 2008 16:09
subdomain urls sambkk Hosting & Domains 0 Jul 16th, 2007 11:17
Displaying URLs trevorc Web Page Design 2 May 13th, 2007 23:42
Encrypting Code DronDron Web Page Design 1 Jul 15th, 2005 23:30


All times are GMT. The time now is 17:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42