Rick Root wrote: > According to livedocs, the default is MD5 in CFMX 7. Now that I look again, it actually designates *both* as the default (ain't that just par for the course!). But the livedocs are very clear about the existence of a 6/6.1 compatibility mode:
* CFMX_COMPAT: Generates a hash string identical to that generated by ColdFusion MX and ColdFusion MX 6.1 (default). * MD5: (Default) Generates a 32-character, hexadecimal string, using the MD5 algorithm (The algorithm used in ColdFusion MX and prior releases). I'd hazard a guess that both are flavors of MD5, but that the difference between them is in how characters in the input are converted to bytes fed into the actual hashing algorithm. Especially since the encoding parameter is explicitly ignored when using CFMX_COMPAT mode. Sixten ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259430 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

