[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2008-01-30 Thread bhaq1972
Hi Kaleb Thanks for the example. I'll give it a try. regards Bod --- In flexcoders@yahoogroups.com, "kaleb_pederson" <[EMAIL PROTECTED]> wrote: > > I wrote one up for testing earlier, so I'll post it below. It's a > bit long, and definitely not well structured, but it does work. > > As C# u

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2008-01-29 Thread kaleb_pederson
I wrote one up for testing earlier, so I'll post it below. It's a bit long, and definitely not well structured, but it does work. As C# uses Rijndael, you'll need to make sure to restrict it to something that will work with the actionscript version. Specifically, the block size must be 128.

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2008-01-29 Thread bhaq1972
Hi Kaleb (or anyone else) This is slightly off topic but can you point me to a c# example that works with Metal Hurlat. thanks Bod --- In flexcoders@yahoogroups.com, "kaleb_pederson" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "peeyushtuli" > wrote: > > Thank you all

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2007-11-30 Thread kaleb_pederson
--- In flexcoders@yahoogroups.com, "peeyushtuli" <[EMAIL PROTECTED]> wrote: > Thank you all for the responses, but I have already tried this one. > C# does not have an official implementation for AES, so I had to > ignore that one. Actually, it does. AES is a subset of Rijndael. It's basicall

RE: [flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2007-11-30 Thread Samuel R. Neff
s@yahoogroups.com Subject: [flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices Thank you all for the responses, but I have already tried this one. C# does not have an official implementation for AES, so I had to ignore that one. I tried Triple DES , but it was not consistent if

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2007-11-29 Thread peeyushtuli
Thank you all for the responses, but I have already tried this one. C# does not have an official implementation for AES, so I had to ignore that one. I tried Triple DES , but it was not consistent if you try both sides, flex and C#, I guess there is a difference in implementations. I would need

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2007-11-29 Thread Abyss Knight
Here you go: http://as3crypto.riaforge.org/ Hope that helps, -- William --- In flexcoders@yahoogroups.com, "peeyushtuli" <[EMAIL PROTECTED]> wrote: > > Hi, > > There is a requirement to implement encryption some data in a Flex > based client and decrypt it in a C# based web service, and vice