PasswordManager
PasswordManager copied to clipboard
A highly secure app to store and manage your passwords, This app makes use of NDK, 2 Layers of AES encryption and Proguard to securely store your credentials
Results
1
PasswordManager issues
Sort by
recently updated
recently updated
newest added
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 🙂 https://github.com/ishantchauhan710/PasswordManager/blob/348016dc9c82d8a5f34e42b3c986ab1cbf026065/app/src/jni/key-jni.c#L6-L8