What is the right way to store passwords in android?
For example, facebook application asks you to enter password first time you enter it, but then it cahes it somehow. What is the most secure way? I don't want my user to enter his password all the time and I don't want to store it in an open way.
thank yo