Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Robert Lash
Sure send it to my email directly. I missed your last ACFUG preso. Robert Lash On Mon, Feb 9, 2009 at 5:52 PM, Dean H. Saxe wrote: > Sorry. I call bs. Java has great crypto libraries if you know how to use > them. Cf is java. Ergo, cf has great crypto libraries. CF itself has > terrible built

Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Dean H. Saxe
Robert, Are you sure you need crypto, specifically symmetric crypto? Most times I see it used it is done incorrectly and insecurely. What are you trying to do? -dhs On Feb 9, 2009, at 3:44 PM, "Shane" wrote: Yes. Asp.net has better encryption capabilities than CF. Might require a

Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Dean H. Saxe
Sorry. I call bs. Java has great crypto libraries if you know how to use them. Cf is java. Ergo, cf has great crypto libraries. CF itself has terrible built in l functions for crypto, however. If you want a talk I did on this at Webmaniacs last year, email me. -dhs On Feb 9, 2009, at 3:3

Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Teddy R. Payne
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_e-g_01.html The list of algorithms supported by CF8.

Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Robert Lash
Thanks all On Mon, Feb 9, 2009 at 3:46 PM, Cameron Childress wrote: > AES is a standard algorithm, so it should work the same across a > number of platforms. > > -Cameron > > On Mon, Feb 9, 2009 at 2:53 PM, Robert Lash wrote: > > A recent project has brought a security question between CF and A

Re: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Cameron Childress
AES is a standard algorithm, so it should work the same across a number of platforms. -Cameron On Mon, Feb 9, 2009 at 2:53 PM, Robert Lash wrote: > A recent project has brought a security question between CF and ASP.Net. > > Can I assume ASP.Net would have AES encryption/decryption capabilities

RE: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Shane
Yes. Asp.net has better encryption capabilities than CF. Might require a few lines of code but it is readily available. Visual Studio makes it easy. www.CTek-Media.com _ From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Robert Lash Sent: Monday

RE: [ACFUG Discuss] multi-language encryption

2009-02-09 Thread Shane
Yes. Asp.net has better encryption capabilities than CF. Might require a few lines of code but it is readily available. Visual Studio makes it easy. www.CTek-Media.com _ From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Robert Lash Sent: Monday, February 09, 2009 1:53 P

[ACFUG Discuss] multi-language encryption

2009-02-09 Thread Robert Lash
A recent project has brought a security question between CF and ASP.Net. Can I assume ASP.Net would have AES encryption/decryption capabilities and that if the key was available decryption would be possible? What I am looking to accomplish is to encrypt data, transmit encrypted data, and have the