thanks All for your response. But there is one more way I found out, its of using base64 encoder. we can encrypt String Object using the Base 64 encoder.
On Mar 4, 10:03 am, amrish Jaiswal <[email protected]> wrote: > Hi, > > Ya! i will recommend the same. > Moreover, > You can get the help tutorial here at > > http://www.insideria.com/2008/03/encryption-in-flex-application.html > > On Tue, Mar 3, 2009 at 10:24 PM, Venkat Viswanathan > <[email protected]>wrote: > > > > > Hi, > > > You may use the MD5 or SHA encoding in corelib ( > >http://code.google.com/p/as3corelib). > > > Regards, > > Venkat > >www.venkatv.com > > > On Tue, Mar 3, 2009 at 2:46 PM, nd <[email protected]> wrote: > > >> Hi All, > > >> I have to encrypt a string variable through Flex > >> eg : var str:String = "ABC" > >> I have to encrypt the str variable > > >> Any ideas how to do it? > > -- > With Best wishes, > Amrish.S.Jaiswal. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

