Re: [android-security-discuss] Re: How does Android EditText store the content internally

2011-08-30 Thread Quentin Lefebvre
On 30/08/2011 00:28, Chris Stratton wrote : On Saturday, August 27, 2011 1:53:12 PM UTC-4, KK wrote: 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

Re: [android-security-discuss] Re: How does Android EditText store the content internally

2011-08-30 Thread Kevin Chadwick
On Tue, 30 Aug 2011 08:12:18 -0700 (PDT) Chris Stratton cs07...@gmail.com wrote: However, there are a few obvious things you can avoid, such as writing out plaintext information to an sqlite database. If your just confirming the password entered is correct then you can one way hash it with

[android-security-discuss] Re: How does Android EditText store the content internally

2011-08-29 Thread Chris Stratton
On Saturday, August 27, 2011 1:53:12 PM UTC-4, KK wrote: 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