Basically, I’ve got a network not running under a domain with the JDBC drivers installed under ColdFusion on one server and these are connecting to a SQL Server 2k box on another server. The question is, does the MS JDBC API pass the DSN username and password over to the SQL box in clear text (I’m assuming not) and if not then what does it use (MD5???)?
Which (if Any) Encryption Is Used By Ms Jdbc When Connecting To Sql Server 2k?
- No trackbacks yet.
#1 by g4acre at July 4th, 2009
go to http://www.pcworld.com and search the downloads. they have one that remembers all your passwords and user-names & then encrypts them for you and will un encrypt them on in bound. I dont know if this is what you are looking for ?hope it helps you out.
#2 by Dan at July 4th, 2009
I really don’t know.
Try http://msdn2.microsoft.com/en-us/library... as a starting point.
Assume worst case if your worried about security, particularly if connected to the internet.