Top "Android-keystore" questions

The Android system requires that all installed applications be digitally signed with a certificate whose private key is held by the application's developer.

Published App on Play Store can't communicate with Google Maps API and Facebook API

I created a signed APK with Android Studio, and I added to Google Developer console and Facebook console my SHA1 …

android google-maps google-play facebook-login android-keystore
Signing an apk as system using keys found in source/build/target/product/security/

Well as the title states, I am trying to sign my app using the platform.x509.pem and platform.pk8. …

java android apk keystore android-keystore
Where can I find the private keystore file generated by the Android Studio "Generate Signed APK Wizard"?

I have used Android Studio's "Build" -> "Generate Signed APK..." -> "Generate Signed APK Wizard" to create a …

android apk keystore android-studio android-keystore
Android: Store SecretKey in KeyStore

I use a SecretKey to encrypt sensitive data in my application. Currently I am storing my SecretKey in Base64 encoded …

android encryption keystore android-keystore secret-key
Android : AES Encryption & Decryption using GCM mode in android?

I'm trying to Encrypt & Decrypt the String using AES Algorithm & GCM mode. My code is able to encrypt …

android encryption android-keystore aes-gcm
Save and Retrieve KeyPair in AndroidKeystore

I need to generate a RSA 2048 Keypair, then save it, and recover it if it exists. At this moment, I …

android rsa android-keystore
How to read SHA and MD5 fingerprint programmatically in Android

Hello I want to read SHA and MD5 fingerprint value of keystore programmatically of my app from which it was …

android security hash keystore android-keystore
Android Studio 0.4.+ custom debug keystore

Prior to Android Studio 0.4, I was able to set a custom debug keystore via File -> Project Structure -&…

android gradle android-studio android-keystore
Android Facebook SDK : "(# 404) Keyhash XXXXXX does not match any stored key hashes"

I am trying Android Facebook integration for an app. I am new to this. I have got the Facebook SDK &…

android facebook facebook-graph-api android-keystore
Cipher With ECB Mode Should Not Be Used

I am trying to use a Cipher with an RSA key pair along with the "AndroidKeyStore". In all of the …

android encryption rsa android-keystore