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

ANDROID KEYSTORE WITHOUT PASSCODE in CipherProvider class #115

Open
sachinmandhare1990 opened this issue May 28, 2021 · 1 comment
Open

Comments

@sachinmandhare1990
Copy link

the application makes use of a Keystore with no
passcode set. Android KeyStores can be configured to require a password or passphrase
before granting access to its contents.
The configuration means that should attackers gain control of the device they may be able
to extract any secret keys embedded in the application.

@man3kin3ko
Copy link

the application makes use of a Keystore with no passcode set. Android KeyStores can be configured to require a password or passphrase before granting access to its contents. The configuration means that should attackers gain control of the device they may be able to extract any secret keys embedded in the application.

Can you please provide steps to reproduce your attack and show any impact?

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