Web Services Encryption

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    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...
    4. 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. ...
    5. 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...
  3. #2

    Default 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...
    > 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.
    >
    >

    Paul Glavich [MVP - ASP.NET] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139