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

Seed key exposed #1

Open
gouravkhunger opened this issue Jul 3, 2022 · 0 comments
Open

Seed key exposed #1

gouravkhunger opened this issue Jul 3, 2022 · 0 comments

Comments

@gouravkhunger
Copy link

Using NDK and pro-guard obfuscation for the app was fine and secure until you open-sourced the app. The seed key is exposed through the public code now 🙂

Java_com_ishant_passwordmanager_security_EncryptionDecryption_getKey(JNIEnv *env, jobject instance) {
return (*env)->NewStringUTF(env, "gST/s74ylq3PVtffExulAA==:ASrYWQ7W0+d0Hw9ENTiEZzRiThTpKqaaeW4paguIxuM=");
}

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

1 participant