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/PIN Security #22

Open
hank opened this issue Jan 12, 2014 · 3 comments
Open

Password/PIN Security #22

hank opened this issue Jan 12, 2014 · 3 comments

Comments

@hank
Copy link
Member

hank commented Jan 12, 2014

Either on app entrance or on send - on send might be easier. Thanks to CryptoDude for the suggestion!

@santa4nt
Copy link

Are the private keys themselves encrypted at rest? If not, maybe the password/PIN can be used as a key to do so. That way, the password/PIN will always be needed every time a private key is involved.

@ss44
Copy link

ss44 commented Jan 31, 2014

https://code.google.com/p/android-lockpattern/wiki/Encryption

Would this be an acceptable library to use?

I was hoping to try and help implement this, and was looking at a few existing pin / password prompts, this one caught my eye, (largely because I'm a fan of the pattern locks).

@hank
Copy link
Member Author

hank commented Feb 4, 2014

Yeah that would be acceptable if it used encryption packaged in SpongyCastle, which is currently packaged in the app.

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

3 participants