android-keystore Questions

3

Solved

Android 8 added 'ID attestation' (according to https://source.android.com/security/keystore/attestation#id-attestation). Has anyone figured out how to use this feature? The closest I've found is A...
Brush asked 8/3, 2018 at 23:42

1

val masterKey = MasterKey .Builder(applicationContext) .setKeyScheme(MasterKey.KeyScheme.AES256_GCM) .build() Running this code in an Instant App crashes my app with the following Stack Trace:...

1

Solved

I'm trying to upload a new .apk file to Open Testing in the Google Play Developer Console and I'm getting this error: You uploaded an APK that is not signed with the upload certificate. You must us...

2

Solved

I am trying to test out LibGDX development, and I am getting an error trying to get even the most basic app to run on my android phone, because there is some problem with my keystore or in how it's...

1

Solved

we are currently trying to sign data with biometrics, which we use the androidx.biometric library for. The Problem is, if no Fingerprint ist installed but a face registered we cannot generate any ...

1

We used Anroid Keystore to store some confidential data and set up a password for Keystore. This passwords are used in conjunction with the KeyStore class in the load, getKey and setKeyEntry method...
Cheryllches asked 5/8, 2016 at 6:29

2

Solved

I have read this two posts: One and Two, but I still have question. I use KeyStore (Android 9) to generate an AES key, and use isInsideSecureHardware() method to check whether the key isInsideSecu...
Quintilla asked 15/4, 2020 at 9:48

7

Solved

I have to upload a new application, It's just the design that's a little different. Yesterday I generated the keystore file to sign application. Can I use the same?
Sigismundo asked 7/10, 2011 at 9:36

5

How can i see my debug.keystore password? I entered my password 3 or 4 month ago and now i don't remember. If it is impossible, how can i create new debug.keystore?
Corporeal asked 17/9, 2012 at 9:29

1

I have manually uninstalled my on going development app on my Android phone via Visual Studio, but later when I'm trying to reinstall the app, I'm getting this error "Conflicting app signature...

0

I am using the new androidx.BiometricPromt library to implement authentication with a fingerprint. I want to invalidate key if the user added new fingerprint or deleted one. I am creating key like ...
Mesic asked 24/9, 2020 at 15:0

3

Solved

Android supports cloud and local backup of APK files, application data, and so on. Is the device keystore included in the backup? (I don't think you can extract private keys from an hardware-backe...
Gillman asked 13/1, 2016 at 11:22

1

Solved

I'm planning to use flutter_secure_storage in my app to keep some private keys and tokens. I'm looking for limitations of secure storage on both Android and iOS but I cannot find answers to some of...
Trumantrumann asked 14/9, 2020 at 14:59

4

Solved

I am going to update my client's app which is available on Google PlayStore. And I have only a .p12 file with password, not .keystore file. I am wondering if it's possible to publish the updated v...
Improvvisatore asked 7/11, 2013 at 6:47

2

I have an app in Google Play now I need to publish new version 2 of this app. how can I Sign android app with private_key.pepk ? I lost Java keystore (.jks or .keystore) I only have private_key.pep...
Paderna asked 17/7, 2020 at 11:53

1

We had to reset our Android Upload key for a React-Native Android Application. We contacted Google to reset the key. Google asked us to complete the following steps: Here’s how to generate and regi...
Trost asked 29/6, 2020 at 21:59

2

Solved

I have just changed my laptop and I opened the repo in which I was working. The problem is that I can't create a new Activity or a new Fragment because when I try to do so nothing happens. Nothing ...
Epaulet asked 18/6, 2020 at 19:42

1

Solved

I've created the following method that creates a KeyPair and logs the Certificate details: @RequiresApi(api = Build.VERSION_CODES.N) public void createRSAKeyPairtWithChallenge(final String alias, ...
Inchoative asked 19/5, 2020 at 21:29

2

When I archive an Android app, then distribute it, I'm given the option to create a keystore. Once I create it, where does it go by default?
Shroudlaid asked 21/7, 2018 at 20:8

0

I'm using the new EncryptedSharedPreferences class in a way recommended from Google: private fun securePrefs(context: Context): SharedPreferences { val fileName = "sharedPrefsSecure" val masterK...
Imbibe asked 24/2, 2020 at 17:44

3

Solved

If I run this code on Android 9, I receive the follow exception: private static KeyStore.PrivateKeyEntry getPrivateKeyEntry(String alias) { try { KeyStore ks = KeyStore .getInstance(SecurityCon...
Yellow asked 26/8, 2018 at 9:1

3

Solved

I would like to be able securely store some sensitive strings in the Android KeyStore. I get the strings from the server but I have a use case which requires me to persist them. KeyStore will only ...
Cacie asked 5/12, 2014 at 16:38

4

I downloaded new version of Telegram. When run it,This error has shown: Keystore file D\Telegram-master\TMessagesProj\config\release.keystore not found for signing config 'debug'. How fix it?
Hoy asked 10/3, 2016 at 18:42

1

Solved

I have uploaded my app APK to google and enabled app signing key to let google sign up my app .Now ,I need the deployment key hash requested by facebook ,I did downloaded the deployment_cert.der fi...
Municipality asked 20/1, 2019 at 8:2

1

In our app we've been having issues with data in the Android Keystore suddenly becoming inaccessible. The specific exception we're seeing is here: java.security.UnrecoverableKeyException: Failed to...

© 2022 - 2024 — McMap. All rights reserved.