-
Notifications
You must be signed in to change notification settings - Fork 19
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
Insecure Password Field #8
Comments
Do we know that VM pins only consist of [0-9]? |
Hmm I though so... so that you can enter it from a non-smart phone... I ~Alex PS not that my pin is only digits... Sent from my glorious Android mobile device.
|
Okay, i looked at their website:
But I'm in favor of switching back to the normal keyboard, just so we have the protected-password-box feature! |
Cool you can change the input type and remove numeric in account_dialog.xml Sent from my glorious Android mobile device.
|
When creating an account, the password field shows the numbers entered instead of it being a true password field.
There are trade-offs here. In the current versions of Android, there is no numeric password (there is one added in 3.0 Honeycomb). So we can make the password field here secure, however that means every time you enter a password you have to hit alt to get to numbers.
The text was updated successfully, but these errors were encountered: