It is a bad security practice to keep sensitive information in the flex 
application. The SWF file can be easily decompiled and analysed; keep in mind 
that your Flex application executes on the client side so the user can get the 
SWF from the browser cache. You are better off keeping the key on the server 
side and request it when your application loads, via a secure channel.

Alex

--- In flexcoders@yahoogroups.com, "Christophe" <christophe_jacque...@...> 
wrote:
>
> Hello, 
> 
> I encrypt string data inside mySql, with a key.
> 
> Where to store the key in the Flex project to be invisible ?
> 
> Thank you,
> Christophe
>


Reply via email to