Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Encrypt connection channel

Reply
Thread Tools

Encrypt connection channel

 
 
Tushar Karsan
Guest
Posts: n/a
 
      07-22-2003
(Been reading other messages on this subject but could not find an answer,
that is why I'm posting this. Please note, although I have posted to several
groups, I've set follow-to microsoft.public.sqlserver.security in case I
posted to where I shouldn't have, sorry if I have).

Using
+ ASP.Net
+ SQL Server 2000
+ Windows 2K Adv. Server.

It is possible to encryp data that is exchanged between ASP.Net server in
DMZ and SQL Server in secured zone? By that I mean securing all that data
that passes though the firewall on port 1433 between ASP.Net and SQL Server.
I guess there are two aspects to this question:

1 Encrypt the connection string that is used to make a connection, ie pass
and ancrypted connection string from ASP.Net to SQL Server to make a
connection. Does ADO.Net and SQL Server support this feature?

2 Encryption of sensitive sensitive query data that is exchanged between
ASP.Net and SQL Server. By this I mean storing the data in cleartext, then
have it ecrypted while it is in transition from the DB server to ASP.Net
then have in decrypted back into cleartext in ASP.Net application. Is that
possible?

I suppse if either of the above is not possible then I will have to store
the sensitive data into the DB encrypted and have it decrypted after
reading. The problem with this method is that session keys cannot be used:
the key used for encryption / decryption needs to be fixed for all time.

Please help.


 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Dual channel or triple channel? VanguardLH Computer Support 1 06-06-2010 01:36 AM
Six channel or two channel sound on DVD? cydeweys@gmail.com DVD Video 1 10-10-2005 04:51 AM
Have two ATA100 Seagate drives in a vp6, one IDE channel comes up as mode 5 in winxp but the other channel is stuck in mode 4 Tim Computer Support 3 02-23-2004 03:35 AM
Encrypt in Perl, De-encrypt in Javascript http://ejobseek.com Perl Misc 3 09-01-2003 07:34 PM
Encrypt connection channel Tushar Karsan ASP .Net 0 07-22-2003 02:11 PM



Advertisments
 



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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57