Ask a Question related to Coldfusion Database Access, Design and Development.
-
BaileyBurger #1
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
-
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... -
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... -
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,... -
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 -
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... -
BaileyBurger #2
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
-
cjeris #3
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
-
rich@tcaprint.com #4
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



Reply With Quote

