>Be careful with encryption moving from .Net to CF and vice versa. Just >because the one names the algorithm the same way as the other it doesn't >follow that you can just encrypt in one and decrypt in the other.
There are differences in formatting and such (Base64 output vs. hex strings, for example). But these are rigorously defined algorithms, and there's no wiggle room. If .NET and CFMX are not giving you the same results for the same input and the same algorithm, then one of two things is true: 1. One or the other of the implementations is wrong. 2. The two programs aren't doing the same thing. 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:255039 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

