Andy, in my experience whenever I see the word null in relation to ColdFusion decryption, it means either than the value being decrypted is an empty string, or that the string being decrypted was not encrypted to begin with.
My guess would be that the page is getting hit by a spider, so the expected value is not fulfilled (maybe you are cfparam'ing it?). HTH, Kris > I'm checking our error logs and have found this one error that crops up > often enough that I'd like to fix it right away. But I'm getting an error > that I don't know how to fix. > > > The error > ---------- > 15 null > The error occurred on line 11. > > The line in question > ---------- > <cfset email = Decrypt(email,"MLS")> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:249548 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

