Ask a Question related to ASP.NET Security, Design and Development.
-
Amir #1
URL Encryption
Hi,
Is there a way to securely ecrypt and decrypte a URL? for e.g
encrypting and decrypting using Triple-DES algorithm. Are there any
security implications?
Another question: what is the best way to pass session variables
between ASP.NET to ASP applications.
Any help will be appreciated.
Thanks,
amir
Amir Guest
-
128 Bit AES Encryption
Hi All, Is it possible to implement 128 bit AES encryption in coldfusion 5.0? Regards cfdyn -
Encryption
What 3rd party softwares are available for physically encrypting SQL server databases, either individual columns or rows? We have researched a few,... -
Encryption using X.509
I have writen a class that uses certificates to encrypt data on my web servers prior to storing it in a database and would like to know if there... -
Need help with encryption
Hi I i'm working on a web site that will save customer info some of this info needs to be encrypted in the db. I will need to encrypt when... -
IDS 9.40.UC2, Encryption
I try to configure encryption with IDS 9.40.UC2 on an AIX platform and I'm a little bit confused about the different error messages I receive. ... -
Joerg Jooss #2
Re: URL Encryption
Amir wrote:
Why would you want to do that? What are you trying to achieve?> Hi,
>
> Is there a way to securely ecrypt and decrypte a URL? for e.g
> encrypting and decrypting using Triple-DES algorithm. Are there any
> security implications?
Cheers,
--
Joerg Jooss
[email]joerg.jooss@gmx.net[/email]
Joerg Jooss Guest
-
Amir #3
URL Encryption
Hi,
Is there a way to securely ecrypt and decrypte a URL? for e.g
encrypting and decrypting using Triple-DES algorithm. Are there any
security implications?
Another question: what is the best way to pass session variables
between ASP.NET to ASP applications.
Any help will be appreciated.
Thanks,
amir
Amir Guest
-
Amir #4
Re: URL Encryption
"Joerg Jooss" <joerg.jooss@gmx.net> wrote in message news:<OnGVsvRlEHA.3544@TK2MSFTNGP15.phx.gbl>...
I want to transfer sessions between ASP and ASP.NET apps> Amir wrote:>> > Hi,
> >
> > Is there a way to securely ecrypt and decrypte a URL? for e.g
> > encrypting and decrypting using Triple-DES algorithm. Are there any
> > security implications?
> Why would you want to do that? What are you trying to achieve?
>
> Cheers,
Amir Guest
-
Joerg Jooss #5
Re: URL Encryption
Amir wrote:
There's also an article on MSDN that covers this topic:> "Joerg Jooss" <joerg.jooss@gmx.net> wrote in message
> news:<OnGVsvRlEHA.3544@TK2MSFTNGP15.phx.gbl>...>>> Amir wrote:>>>>> Hi,
>>>
>>> Is there a way to securely ecrypt and decrypte a URL? for e.g
>>> encrypting and decrypting using Triple-DES algorithm. Are there any
>>> security implications?
>> Why would you want to do that? What are you trying to achieve?
>>
>> Cheers,
> I want to transfer sessions between ASP and ASP.NET apps
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp[/url]
But what are you trying to protect? The query string? The session id when
using URL rewriting?
Of course you cannot encrypt the URL per se -- but you can protect the
underlying communications channel using HTTPs.
Cheers,
--
Joerg Jooss
[email]joerg.jooss@gmx.net[/email]
Joerg Jooss Guest



Reply With Quote

