SQL Server Encryption?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default SQL Server Encryption?

    Greetings!

    We've been under greater scrutiny from our clients on security,
    understandably. Our network guy tells us devrs that we need to start encrypting
    the data stored in SQL server 2K, but I have no idea how this is done or how
    this will effect our CF apps. I've been searching MSDN, but have not found
    anything terribly useful. If anyone has suggestions on where I would find
    practical, CF-based info, I'd grealy appreciate it!

    TIA!

    BaileyBurger Guest

  2. Similar Questions and Discussions

    1. Encryption server-side
      is there any class for Flash media server to encrypt strings in server-side.I need to send an encrypted string from server side to externalhost. i...
    2. SQL Server JDBC Driver Encryption
      Hi, does anyone know if its possible to encrypt a SQL server jdbc driver datasource? I know it is with ODBC but CF seems to have no options...
    3. Enabling SQL Server Encryption on developer workstation
      We'd like to enable SQL Server encryption for an asp.net application that we're developing. We deployed the application to our development server,...
    4. sql server encryption
      Hi, Is there any function in sql server to encrypt a column data? If not, then is it possible in ASP? Thanks jerry
    5. data encryption in sql server 2000
      Sri, There is no supported way of column encryption in-built in SQL Server.Your best bet would be to encrypt in the application level itself...
  3. #2

    Default SQL Server Encryption?

    Greetings!

    We've been under greater scrutiny from our clients on security,
    understandably. Our network guy tells us devrs that we need to start encrypting
    the data stored in SQL server 2K, but I have no idea how this is done or how
    this will effect our CF apps. I've been searching MSDN, but have not found
    anything terribly useful. If anyone has suggestions on where I would find
    practical, CF-based info, I'd grealy appreciate it!

    TIA!

    BaileyBurger Guest

  4. #3

    Default Re: SQL Server Encryption?

    The Microsoft JDBC Type 4 driver for SQL Server does not support connecting to
    SQL Server over SSL. Thank you very much Microsoft. A previous poster on this
    forum (I can't remember the reference) suggested jTDS as an alternative JDBC
    driver which does support SSL connections. It's free software:
    [url]http://jtds.sourceforge.net/[/url]

    cjeris Guest

  5. #4

    Default Re: SQL Server Encryption?

    Hi-

    I downloaded SourceForge's jTDS driver in hopes that it will satisfactorily
    encrypt the DSN between our in house CF server and an exterior SQL Server that
    requires encrypted transmissions. Does anyone know where exactly to place the
    ..jar file that comes with jTDS?

    Thanks,

    Rich



    rich@tcaprint.com 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