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 look at javax.crypt package.

--
Fabio Terracini


Joshua OConnor-Rose wrote:



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205394
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


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 no luck .
.. . as far as I can tell.

Unfortunately there are too many black boxes in the
process. And I can't really provide too much detail.

Or if anyone knows that cfx_crypto does what it says
it does then I can stop looking as well. But if those
folks that have experience could provide the
information on padding the string to be encrypted that
would be really great too.

I was going to provide a snippet but that has keys and
links and things that if I remove may still be not
enough to determine anything.

-Joshua O'Connor-Rose
-All is Good

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



~|
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:205254
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Server Development



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205259
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


Triple DES pre cfmx

2005-04-29 Thread Joshua OConnor-Rose
Anybody ever implement triple DES encryption prior to
CFMX, I've been using cfx_crypto and having no luck .
.. . as far as I can tell.

Unfortunately there are too many black boxes in the
process. And I can't really provide too much detail.

Or if anyone knows that cfx_crypto does what it says
it does then I can stop looking as well. But if those
folks that have experience could provide the
information on padding the string to be encrypted that
would be really great too.

I was going to provide a snippet but that has keys and
links and things that if I remove may still be not
enough to determine anything.

-Joshua O'Connor-Rose
-All is Good

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205135
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54