Closed GoogleCodeExporter closed 9 years ago
I really need this feature, because I store the login data in my Preferences
and I am not okay with uploading login-Data from my users..
Original comment by tucanmob...@daniel-thiem.de
on 4 Nov 2011 at 7:45
Hi,
You could either:
- encrypt your user passwords with a hash algorythm (storing clear text
password is never a good idea), unless you are storing passwords that have to
be checked on a remote server which requires the clear text password.
- store values you want to keep private in a specific SharedPreferences: ACRA
only reports the default SharedPreferences and any other SharedPreferences you
provide with the additionalSharedPreferences parameter.
I'll have a look at hbls00190 proposed modification but I won't put the highest
priority on this.
Kevin
Original comment by kevin.gaudin
on 4 Nov 2011 at 9:05
Hi Kevin,
Both of them are security over obscurity. Better way is store password in
Account manager.
Anyway it would be good if some of next version of ACRA allows filter any value
from any field. The default implementation could be filtering fields by
configuration from an annotation.
Original comment by martin.sloup
on 3 Jun 2012 at 5:58
I'm adding an annotation parameter which allows to pass an array of regular
expressions. Any SharedPreferences key matching one of these regexps is
excluded of the data collection.
Original comment by kevin.gaudin
on 16 Jun 2012 at 9:47
Original comment by kevin.gaudin
on 7 Sep 2012 at 9:31
Original issue reported on code.google.com by
hbls00...@gmail.com
on 29 Aug 2011 at 4:01Attachments: