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

Clear hashes when leaving app #8

Open
alexmlong opened this issue Aug 22, 2015 · 1 comment
Open

Clear hashes when leaving app #8

alexmlong opened this issue Aug 22, 2015 · 1 comment

Comments

@alexmlong
Copy link
Owner

We don't want it to be possible for someone to restart the app after it was used and still see all of the hashes being displayed and being copyable to clipboard. So, either just find a way to close the whole app, or at least clear the secret and hashes when the user leaves the app.

@alexmlong alexmlong added this to the Prime-time! milestone Aug 22, 2015
@alexmlong
Copy link
Owner Author

It looks like all I need to do is call finish() in onStop(). However, erring on the side of information security, I'd say definitely test this to see if there are ways to get out of the app without triggering onStop(), and also, clear the text fields and hash listview in onStop() as well, just in case.

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

No branches or pull requests

1 participant