972 questions
0
votes
0
answers
51
views
javax.crypto.AEADBadTagException thrown when decrypting cipher text inside `biometric_storage` plugin in Flutter
When using the biometric_storage plugin in flutter for decryption of the saved data an exception is getting thrown.
javax.crypto.AEADBadTagException
javax.crypto.AEADBadTagException
at android....
2
votes
1
answer
187
views
Firebase Auth currentUser null on cold start due to KeysetManager failed to initialize on Redmi Note 13 HyperOS
I'm developing an Android app using Firebase Authentication (email/password) with Jetpack Compose and Kotlin. The app stores user data locally in DataStore and sets a loggedIn flag to true after ...
0
votes
1
answer
98
views
keytool Unable to locate a Java Runtime
I'm trying to set a Google Auth platform client ID for Android for my Flutter application in order to use google_sign_in.
For that, I need to get the SHA-1 certificate fingerprint. The command ...
0
votes
2
answers
191
views
Visual Studio 2022 maui won't sign app for Android
I'm trying to build a MAUI app for Android, to be debugged on a locally attached tablet. I'm trying to store the location of the keystore in the textbox of the project, but VS2022 refuses to accept ...
1
vote
0
answers
98
views
AEADBadTagException error on user's device causing Mobile app to not open
User I have in closed testing of an app uninstalled our app, and re-installed it via the Google Playstore app link. I pulled their bug report off their phone.
I'm pretty sure this (snippet below) is ...
0
votes
1
answer
134
views
EC Diffie Hellman on Android
I have a problem verifying key exchange with the server using Elliptic Curve Diffie Hellman. The key I sent doesn't work for some reason, the server can not use it or recognize it, and I don't know ...
0
votes
1
answer
48
views
Limit keystore access to specific processes
Is there a way to limit the keystore access for processes within the same app, I mean, If a process created a key entry, this entry can't be accessed by other processes even it it belongs to the same ...
0
votes
1
answer
119
views
FLUTTER: APK from adb pull from an app(my app) downloaded from play store is debug signed when I use apksigner to verify it
I currently published an App on Play store, when I download the app on play store and pull the apk from my phone using 'adb pull' then use apksigner to verify it, the result shows that it is on debug ...
2
votes
0
answers
44
views
Key not invalidated by new biometric enrollment
I am creating a key used for login via biometrics with this method
fun createKey() {
val mKeyStore: KeyStore
val mKeyGenerator: KeyGenerator
val androidKeyStore = "...
2
votes
0
answers
322
views
Import Wrapped Key to Keystore
I generate the RSA key pair and the aes key, then wrap the aes key using the rsa public key.Then try to import the encrypted AES key to Android Keystore but a meaningless error message appears
That ...
0
votes
1
answer
869
views
"Missing keystore" in Android Studio Debug mode although there is a debug.keystore in the ".android" folder
Greetings to everyone,
I'm trying to make some tests to use App Links on my app, but I've encountered an issue regarding the debug.keystore during my tests. Because of this, I've being unable to run ...
-1
votes
1
answer
350
views
Generate lost keystore file with pepk and pem file
I work for a company that built an android app for another company. I joined a few months ago and the previous dev did not save the keystore file, nor do i have the necessary access to reset the key.
...
1
vote
1
answer
170
views
Certificate chain length: 0
C:\Users\PC\Documents\Github_repo\flutter_aplication_1> keytool -list -keystore
C:\Users\PC\.android\debug.keystore -alias androiddebugkey Enter keystore password
***************** WARNING ...
0
votes
1
answer
65
views
Android studio debug build fails on windows when windows display language is Arabic
I have an android project on windows that when I build I get Failed to create keystore exception for the gradle task :app:validateSigningDebug.
I suspect this cause.
Cause: invalid date string: ...
0
votes
1
answer
166
views
Receiving `java.security.UnrecoverableKeyException: Failed to obtain X.509 form of public key.` after using secure key import on Android?
I tried using the secure key import feature of AndroidKeyStore, following the example at:
https://android.googlesource.com/platform/cts/+/master/tests/tests/keystore/src/android/keystore/cts/...