3des encryption question

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

  1. #1

    Default 3des encryption question

    hi,
    if someone knows the original and encrypted form of some information that i
    have encrypted with my private key using 3des in .net, does this compromise
    the private key?

    thanks
    ted


    Tim Mackey Guest

  2. Similar Questions and Discussions

    1. Encryption question
      I need to find a form of encryption that always encrypts a given plain text string to the exact same encrypted string every time. I want to use a...
    2. 3DES encrypt in vb.net with decrypt in classic asp
      Hello, We split a classic asp application into two apps as we start migrating to ..net. Now we have a need to pass encrypted data from the .net...
    3. Weak Key in 3DES and MAC
      Hi, I am developping a gateway for transforming encrypted ISO Messages to decryptet HTML requests. In the testsystem only weak keys are used for...
    4. #26283 [Bgs]: 3des keys length
      ID: 26283 User updated by: stjeffy at hotmail dot com Reported By: stjeffy at hotmail dot com Status: Bogus Bug...
    5. #26283 [Opn->Bgs]: 3des keys length
      ID: 26283 Updated by: jay@php.net Reported By: stjeffy at hotmail dot com -Status: Open +Status: ...
  3. #2

    Default Re: 3des encryption question

    It is possible. It depends on how much info and how good the person is (and
    how much time they have). If they have the entire message, certainly, as
    they can match the text to the crypto text and get the key back. Either way,
    they would have to know something about crypto.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ************************************************** ********************
    Think Outside the Box!
    ************************************************** ********************
    "Tim Mackey" <tim@scootasp.net> wrote in message
    news:brv8de$7tpfr$1@ID-217459.news.uni-berlin.de...
    > hi,
    > if someone knows the original and encrypted form of some information that
    i
    > have encrypted with my private key using 3des in .net, does this
    compromise
    > the private key?
    >
    > thanks
    > ted
    >
    >

    Cowboy \(Gregory A. Beamer\) 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