This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Android and the fly likes stroring confidential info in android Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "stroring confidential info in android" Watch "stroring confidential info in android" New topic
Author

stroring confidential info in android

Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Does android store info like saved password securely ? What happens if the phone gets stolen ?


Groovy
Pratik Goswami
Ranch Hand

Joined: Mar 02, 2009
Posts: 136

Does android store info like saved password securely ?

There is a class available in android for storing credentials - AccountManager. As well there is an open source application, that is storing user credentials with AES entryption on the device.

What happens if the phone gets stolen ?

hmm, then in that case I prefer to have 2 different application on device, which will monitor each other's state. If any of one uninstalled (Package removed) by abyone then it should wipe out all the secure data.

Thanks & Regards
Pratik Goswami


iOS * Android Developer
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: stroring confidential info in android
 
Similar Threads
Scala: android
Contacts API simple library
WA #1.....word association
WA #2 ..... word association
Content provider