> Here is the code: Secure or not so secure? (No vpn or ssh tunnel, traffic is > right over the internet via SSL 2048bit between two CF 8 Servers)
What do you mean by secure? What is the security threat you're trying to address? Just asking "is X secure" isn't really specific enough to be easily answered in many cases. If you're concerned about whether people can view information in transit, TLS/SSL is adequate for most threat levels. If you're concerned that someone could invoke the service from another machine, and potentially brute-force the password, use something that addresses this problem: client certificates, VPN tunneling, standard port blocking, etc. If you're concerned that someone could identify the password on the client, use something that addresses secure password storage: DPAPI, server startup keys, PKI, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341062 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

