Skip to main content
0 votes
0 answers
51 views

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....
Shan's user avatar
  • 161
2 votes
1 answer
187 views

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 ...
Элина Дышекова's user avatar
0 votes
1 answer
98 views

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 ...
Valentin Vignal's user avatar
0 votes
2 answers
191 views

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 ...
erict's user avatar
  • 1,541
1 vote
0 answers
98 views

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 ...
RJA's user avatar
  • 498
0 votes
1 answer
134 views

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 ...
Yupi's user avatar
  • 4,468
0 votes
1 answer
48 views

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 ...
Mohammed Hassan's user avatar
0 votes
1 answer
119 views

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 ...
Marcell Burayag's user avatar
2 votes
0 answers
44 views

I am creating a key used for login via biometrics with this method fun createKey() { val mKeyStore: KeyStore val mKeyGenerator: KeyGenerator val androidKeyStore = "...
andrewedgar's user avatar
2 votes
0 answers
322 views

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 ...
acrux's user avatar
  • 33
0 votes
1 answer
869 views

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 ...
Roxac's user avatar
  • 9
-1 votes
1 answer
350 views

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. ...
user26393850's user avatar
1 vote
1 answer
170 views

C:\Users\PC\Documents\Github_repo\flutter_aplication_1> keytool -list -keystore C:\Users\PC\.android\debug.keystore -alias androiddebugkey Enter keystore password ***************** WARNING ...
Aris Nur Khoriq's user avatar
0 votes
1 answer
65 views

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: ...
Ammar's user avatar
  • 494
0 votes
1 answer
166 views

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/...
Gamer2015's user avatar
  • 341

15 30 50 per page
1
2 3 4 5
65