> You are correct, that is why I am asking questions, but I > am confused, does SSL do a hash of the data, transmit it, > then do another hash of the data, and notify you if the > data was changed while in transit?
Hashing is part of what SSL does, yes. If the hash portions don't match, the HTTPS server will handle that on its own. If the data makes it to ColdFusion through an SSL connection, you can be sure it is the same as it was when transmitted. See: http://en.wikipedia.org/wiki/Transport_Layer_Security. -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286874 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

