Re: Triple DES pre cfmx

2005-05-03 Thread Joshua O'Connor-Rose
This is actualy on a CF 5 server. But I will look into using the javax.crypt I may be able to do something with it. Thanks for the help -Joshua O'Connor-Rose -All is Good I haven't used cfx_crypto, but, since you're using CFMX 6.1, could I suggest you to use a Java class? You might wanna

Re: Triple DES pre cfmx

2005-05-02 Thread Fabio Terracini
I haven't used cfx_crypto, but, since you're using CFMX 6.1, could I suggest you to use a Java class? You might wanna look at javax.crypt package. -- Fabio Terracini Joshua OConnor-Rose wrote: Anybody ever implement triple DES encryption prior to CFMX, I've been using cfx_crypto and having

RE: Triple DES pre cfmx

2005-05-02 Thread Tom Jordahl
Note that ColdFusion MX 7 has support for pluggable encryption, so you can use almost any Java encryption library you want, including the ones from Sun and BouncyCastle that don't cost anything. Do a technote search for encryption - the changes didn't make the docs. -- Tom Jordahl Macromedia