android-keystore Questions
0
Introduction
I am currently working on a solution that would use Android Keystore new features (since Marshmallow , API level 23).
My app use both Java and C++ (NDK) and I have some critical opera...
Cufic asked 17/1, 2017 at 23:39
1
I am writting app for Android and I have to store two keys that I will use to encrypt/decrypt some messages. ( I have to store private key RSA). I've read:
https://developer.android.com/training/a...
Savannasavannah asked 23/11, 2016 at 21:40
2
Solved
I am developing an Android app. In my app, I am integrating Facebook Login. My Facebook login working fine. But not working when I produce release apk and run that app and try to log in with Facebo...
Sucker asked 9/11, 2016 at 17:3
1
We are currently experiencing an issue where sometimes when a user installes our app, the app tries to access and generate a key in the keystore but the keystore throws this exception:
Caused by: ...
Megavolt asked 9/6, 2015 at 15:43
0
Given that there many known issues with the Android Keystore and its ability to lose data or just generally fall over (see here, here, here, here, here and here) I'm curious to know whether any dev...
Natachanatal asked 2/11, 2016 at 16:10
0
Basically whats going on is I want to encrypt/decrypt some session tokens (just a string) before/after storing them. However I've read that the Android KeyStore is locked and unaccessible while the...
Brackett asked 24/10, 2016 at 14:47
2
Solved
Problem
The keystore and its password are used to sign the app that is then used by Android to identify the developer. If leaked, someone could update the concerned app on our behalf. Even if the ...
Crystallography asked 23/9, 2016 at 8:38
3
I am trying to use the Android Key Store Provider that became available in Android 4.3 to securely save a Private Key and to then use this private key to encrypt and decode data.
I think I have im...
Typology asked 25/9, 2014 at 15:28
3
Solved
I am trying to use a Cipher with an RSA key pair along with the "AndroidKeyStore". In all of the Android documentation I can find, the examples show Cipher.getInstance("RSA/ECB/OAEPW...
Escrow asked 15/3, 2016 at 16:0
1
KeyInfo's isInsideSecureHardware-method's return value seems to depend on device model, os version, and some other random factors.
For example when using Sony xperia z5 compact with older os versi...
Cymoid asked 4/7, 2016 at 7:4
1
I am building an android app where I need to authenticate the user via an username and password (on the backed) using the Fingerprint api.
Here's my understanding what I need to do in the simplest...
Thumbsdown asked 11/7, 2016 at 16:22
0
Recently I upgraded Android Studio to latest stable version 2.1.2 (Win 10, Java 1.8.0_45) and problem I'm experiencing now when I try to build signed application is
Keystore was tampered with, or...
Jelsma asked 1/7, 2016 at 8:31
2
Solved
I am currently attempting to put together a functioning KeyStore implementation in my Android application. I am currently building against a minimum API of 18 so that I can fully take advantage of ...
Sensationalism asked 11/8, 2015 at 17:59
1
Solved
I have a single keystore (JKS) with a lot of key entries / aliases for different apps in it.
Now one app will be moved to another developer and I want to export / extract the single key / alias for...
Ovarian asked 1/6, 2016 at 7:36
0
As the title says, Android Studio cannot recover the key from the Keystore to generate a release signed APK. I've had two teammates try with the same credentials I'm using and they were both able t...
Nicodemus asked 31/5, 2016 at 15:7
3
Solved
When I launch my app I get the following error:
V/GoogleSignatureVerifier(4962): com.myapp.application signature not valid. Found:
V/GoogleSignatureVerifier(4962): MIIDDTCCAfWgAwIBAgIEO0I8qTANBgk...
Behre asked 13/5, 2016 at 15:42
1
Solved
I cannot obtain a (private) key from KeyStore on Android. Problem occurs mainly
on Samsung devices (S6, S6 Edge) and Android 6.
android.security.KeyStoreException: Invalid key blob
is thrown when...
Dentate asked 7/4, 2016 at 22:19
1
Solved
I am using the Android M Fingerprint API to allow users to login to the application. To do this I would need to store the username and password on the device. Currently I have the login working, as...
Lianaliane asked 14/3, 2016 at 16:17
1
Solved
I am trying to decrypt encrypted text after the user is authenticated by the Android M Fingerprint API. I have been mostly trying to follow the Android Security samples, and the examples provided i...
Portie asked 15/3, 2016 at 15:14
1
Solved
I read the Android documentation in http://developer.android.com/training/articles/keystore.html
But I'm missing some details...
If an application generates a Key (symmetric or asymmetric) using A...
Casket asked 3/3, 2016 at 20:53
1
I have uploaded my app to Goggle Play few months back after signing it with a release keystore, I have stored that Keystore for future updation. Now I have updated the apk with some changes, while ...
Froissart asked 28/8, 2015 at 7:28
1
Solved
I want to add multiple SSL certificates from a ressource file to the Android KeyStore as follow:
if (sslContext==null) {
// loading CA from an InputStream
InputStream is = AVApplication.getConte...
Penalty asked 16/2, 2016 at 11:5
1
i'm trying to encrypt and decrypt username in app using KeyStore,
Using KeyPairGeneratorSpec to create the key in older version like 18 to 22,
KeyPairGeneratorSpec as been depricated in version 2...
Stearoptene asked 17/11, 2015 at 10:7
1
Solved
In my application, upon user successful authentication using OAuth I need to store the access token returned by the REST API. I was thinking of using the keystore to store this token for further us...
Organize asked 28/12, 2015 at 20:51
6
I have already created a keystore, signed the apk and published it the Play store as well.
Now I have made some bug fixes, using the same keystore and the password and clicked next in the export a...
Boorish asked 21/9, 2012 at 10:57
© 2022 - 2024 — McMap. All rights reserved.