android - How the SharedPreferences works and is it safe -
i'm going use sharedpreferences keys store app informations when open app again after ondestroy information still same.
i'm wondering safe use sharepreferences ? mean there way hack or keys sharepreferences ?
, android platforms have sharepreferences ?
thanks .
sharedpreferences arent safe.. sharedpreferences should store config/setting-data not encrypted..
if u want store critical data - have write encrypted in database/sharedprefs
btw .. http://android-developers.blogspot.de/2013/02/using-cryptography-to-store-credentials.html
Comments
Post a Comment