Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password stored in plaintext #9

Open
AndLen opened this issue Oct 11, 2013 · 2 comments
Open

Password stored in plaintext #9

AndLen opened this issue Oct 11, 2013 · 2 comments

Comments

@AndLen
Copy link

AndLen commented Oct 11, 2013

You store the users password as a SharedPreference, which is simply stored on disk as a plaintext xml file.

@AndLen
Copy link
Author

AndLen commented Oct 11, 2013

You'll want to hash it and use private mode in SharedPreference as a minimum.

@jordan-thoms
Copy link
Owner

Hi - I can't hash it since I need to send the original password to 2degrees. It's stored in a private sharedpreferences file (that's the default).

I'm switching to using a 2Degrees JSON api in the next major release, hopefully with that I'll be able to just store the token they give rather than the password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants