Hi all,

Thank you for taking the time to reply. I wasn't aware of those AS3
libraries. I just want to encrypt password related data for the time
being, as I figured the data being sent across is not a secret. I
have, though, a records management system for police work, and that
one requires more encryption as the data is very sensitive. It was
originally created using webservices, but we are porting it to
BlazeDS.

I will have a look at the libraries you guys suggested.

Thank you once again.

Fidel.

On Thu, Mar 27, 2008 at 2:13 PM, प्रवीन उत्तरवार
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Hi Fidal,
> What type of data you want to send over http??
> you can use MD5 algo for encryption but remember it cant return you the
> original data.
>
>
>
>
> On 27/03/2008, valdhor <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> >
> > This article may help -
> >
> http://www.jeffryhouser.com/index.cfm/2007/12/6/Encrypt-in-Flex-and-Decrypt-in-ColdFusion
> >
> > --- In [email protected], "Fidel Viegas" <[EMAIL PROTECTED]>
> > wrote:
> > >
> > > Hi Andrew,
> > >
> > > Thanks for taking the time to reply. But, that is not really what I am
> > > looking for.
> > > I guess my question was a bit vague.
> > > I am looking for ways to send encrypted data over HTTP as opposed to
> > > HTTPS. That is one of the requirements of the client.
> > > I have found a solution that requires an installation on the client
> > > side as well as on the server side. That is not good either.
> > >
> > > I am just looking for a secure way that will sort of secure any data
> > > flowing from the swf client to the server and vice-versa without
> > > running the risk of someone using packet sniffers.
> > >
> > > The url you pointed me to is nice if you are providing a product that
> > > requires licensing as well as security. What I am after really is some
> > > encryption scheme.
> > >
> > > But thanks for pointing that out.
> > >
> > > Fidel.
> > >
> > >
> > > On Wed, Mar 26, 2008 at 5:08 PM, andrewwestberg
> > > <[EMAIL PROTECTED]> wrote:
> > > > Look into nitrolm.com
> > > >
> > > > -Andrew
> > > >
> > > > --- In [email protected], "Fidel Viegas" <fidel.viegas@>
> > > > wrote:
> > > >
> > > >
> > > > >
> > > > > Hello folks,
> > > > >
> > > > > I have finished implementing a Flex application and now the
> > client has
> > > > > requested that it is made available publicly. I am using
> > BlazeDS in
> > > > > the backend, and I was wondering what the best security setup
> > would be
> > > > > to make it a secure application.
> > > > >
> > > > > Does anyone have any suggestion on how to best secure the
> > > > application setup?
> > > > >
> > > > > Thanks in advance,
> > > > >
> > > > > Fidel.
> > > > >
> > > >
> > > >
> > > >
> > >
> >
> >
>
>  

Reply via email to