Ask a Question related to ASP.NET Security, Design and Development.
-
Random #1
Web Services Encryption
I am becoming familiar with the standards and practices of secure Web
Services, particularly encrypting the messages with Tokens. What I don't
understand, and I can't find in documentation, is what type of encryption is
used with the tokens, and how the key(s) are passed from the client to the
service to decrypt the message. I need to know this so I can be assured
that an intercepted message cannot be decrypted just by using the
information in the message itself.
Random Guest
-
ASP .Net Encryption
Hi I want to hide my soure codes of ASP .NET. I heard that with encryption it can be managed. Could anyone give me an url for this topic let... -
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... -
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... -
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. ... -
Help with encryption
Thanks in advance for your assistance. I have all my personal files encrypted on a separate hd on my home pc. The OS(Windows XP PRO) resides with... -
Paul Glavich [MVP - ASP.NET] #2
Re: Web Services Encryption
You are better of asking this question on
microsoft.public.dotnet.framework.webservices.enha ncements
From my understanding is that there are a number of methods that can be used
for encryption, and that is defined in the header of the SOAP packet. If you
use a tracing tool, you will see references to encryption methods, and
perhaps the algorithm used (but not always). Its quite a large subject and
you are better off in the above mentioned newsgroup.
--
- Paul Glavich
Microsoft MVP - ASP.NET
"Random" <cipherlad@hotmail.com> wrote in message
news:uA5MrKelEHA.2884@TK2MSFTNGP09.phx.gbl...is> I am becoming familiar with the standards and practices of secure Web
> Services, particularly encrypting the messages with Tokens. What I don't
> understand, and I can't find in documentation, is what type of encryption> used with the tokens, and how the key(s) are passed from the client to the
> service to decrypt the message. I need to know this so I can be assured
> that an intercepted message cannot be decrypted just by using the
> information in the message itself.
>
>
Paul Glavich [MVP - ASP.NET] Guest



Reply With Quote

