You're not doing any IPC? Perhaps I didn't get that, but because you've got sandboxing, if you're keeping the password entirely in your program memory you should be fine with it, modulo possible security flaws in the vm, etc...
If you're leaking the passwords out across an IPC barrier, you might want to be more careful. Kris On Sat, Aug 27, 2011 at 1:54 PM, KK <[email protected]> wrote: > Hi, > > I have an android EditText which holds a password. I have to > retrieve this in one of my modules and pass it to another. I am > calling EditText.getEditableText and encrypting its content. But I > want to know if android creates any immutable objects internally for > the EdiText Content(like String), in which case there might still be a > way for a hacker to get the password out? > > Thanks > KK > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

