My mistake when I do the decrypt it is as follows: CFSET DataString = ToString(ToBinary(trim(Password)))> CFSET Password = decrypt(trim(DataString),key)>
Sorry for the confusion. You need to change encrypted to binary then to string then you can decrypt. That is where my problem exists, well I am not exactly sure if the problem is at encrypt or decrypt. Any help is appreciated, not sure what else to do. Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190956 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

