encryption and it's keys

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

  1. #1

    Default encryption and it's keys

    HI,

    I'm after some general pointers about best practice.

    I've used TripleDES to encrypt the connection string of a web app. How do I
    go about securing the keys in the app?

    Many thanks for any advice.

    Regards

    Bob


    Bob H Guest

  2. Similar Questions and Discussions

    1. Determining all shortcut keys in use (including Function keys)?
      I'm creating a Windows Acrobat 8 plug-in and would like to know how to find all the current shortcut keys. The Acrobat 8 SDK's Developing Plug-ins...
    2. 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...
    3. Passing around encryption keys...
      I have a need to encrypt data coming from and to a server. I've decided to use custom soap headers and attributes to do this (Not using the WSE). ...
    4. encryption Help
      Is there any way, besides making one big movie and saving it as a projector to keep your movies from someone else being able to open them in Director...
    5. #21788 [Sus->WFx]: array_multisort() changes array keys unexpectedly given numeric strings as keys
      ID: 21788 Updated by: sniper@php.net Reported By: jon at inet-specialists dot com -Status: Suspended +Status: ...
  3. #2

    Default Re: encryption and it's keys

    Bob,

    There is no silver bullet here, but this article can give you some ideas:
    "Safeguard Database Connection Strings and Other Sensitive Settings in Your
    Code"
    [url]http://msdn.microsoft.com/msdnmag/issues/03/11/ProtectYourData/default.aspx[/url].

    Alek

    "Bob H" <bh15@le.ac.uk> wrote in message
    news:c0ik8p$tl$1@south.jnrs.ja.net...
    > HI,
    >
    > I'm after some general pointers about best practice.
    >
    > I've used TripleDES to encrypt the connection string of a web app. How do
    I
    > go about securing the keys in the app?
    >
    > Many thanks for any advice.
    >
    > Regards
    >
    > Bob
    >
    >

    Alek Davis 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