Encryption in MX?

2003-05-27 Thread Shawn Grover
In the past (with CF 4.5 and 5), I've used the undocumented CFUSION_ENCRYPT function for encrypting my values. Is there something similar in MX? The documentation I've found thus far only indicates the native Encrypt() function, which is known to have some issues (like being easy crack, and

Re: Encryption in MX?

2003-05-27 Thread Matt Robertson
Depends on the job. Either hash() or cfx_textcrypt, which is cheap and strong but not for everyone. Seems to work fine in MX, although I only use it in production on a CF 4.5 server. http://www.developer.perthweb.com.au/textcrypt.html --- Matt

RE: Encryption in MX?

2003-05-27 Thread Mark W. Breneman
-Talk Subject: Encryption in MX? In the past (with CF 4.5 and 5), I've used the undocumented CFUSION_ENCRYPT function for encrypting my values. Is there something similar in MX? The documentation I've found thus far only indicates the native Encrypt() function, which is known to have some issues