Use cfusion_encrypt, which will yield a string (just hex digits, I believe)
that won't need to be JSStringFormat()ed.

Cheers,
barneyb

> -----Original Message-----
> From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 29, 2004 11:38 AM
> To: CF-Talk
> Subject: Opposite of JSStringFormat()
>
> Here's the deal...
>  
> encVal = Encrypt(someVar,someKey)
> safeVal = JSStringFormat(encVal)
>  
> I need to use JSStringFormat to make the encrypted value JS
> safe, but when
> trying to decrypt it, it obviosuly is thrown off since there
> are escape
> slashes in the string nw... is there anyway to reverse JSStringFormat?
>  
> Thanks!
>  
> Mike
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to