android-fingerprint-api

Devices with fingerprint sensor above 6.0 which are not using Android fingerprint SDK

亡梦爱人 提交于 2019-12-08 03:13:16
问题 I have implemented fingerprint authentication (of course with official Android fingerprint SDK!) in my app recently, some of my users have complained that they have fingerprint sensor (with Android 6.0) in their phone but unable to use the feature. I have done some investigation on that, and I found that Samsung S5 and Note 4 devices have fingerprint sensor with 6.0 but they are not using the official Android fingerprint SDK. My questions: Is anyone have the list of devices which uses their

How to generate KeyPair in android KeyStore, protected by custom password

三世轮回 提交于 2019-12-07 03:52:17
问题 I have app which uses Fingerprint and 4 digit pin (which can be set by user in application settings, this is not system pin/pattern/password) authorization. With Fingerprint everything is fine, I have problem with pin. What I'm trying to do is: Let user set pin from application settings Generate Keypair in keystore for some alias protected by entered pin (so that private key can not be accessed without this pin) Send public key to server for future signature verification Get user token from

Which Samsung devices do not support android's native fingerprint API?

无人久伴 提交于 2019-12-06 21:27:06
问题 I'm assuming that no phones with OS before marshmallow support the fingerprint API. My questions are: (a) Do all/any Samsung phones released with marshmallow support android fingerprint API (b) Does any Samsung phones whose OS is upgraded to marshmallow support Android fingerprint API? I've read these: Fingerprint scanner not detected when using Android 6.0 Fingerprint API on Samsung S5 Samsung galaxy note 4 fingerprint not found Android FingerPrint API isHardwareDetected returns false for

Certificate fingerprint is invalid?

穿精又带淫゛_ 提交于 2019-12-06 06:39:32
问题 I have generated my SHA1 code from my keystore but when I try to create an OAuth client 2.0, Google game console is giving me the error: "Certificate fingerprint is invalid". Anyone knows why this happens? How do I fix this? 回答1: I've contacted Google Play Developer Support about this issue (I've got a same problem). Here is their answer : Please ensure the key is set to 2048 bit and is valid for at least 25 years. I've tried it, but sadly my debug.keystore is still not getting accepted,

Initializing FingerpringManager.Crypto Object, getting Crypto primitive not backed by AndroidKeyStore provider?

℡╲_俬逩灬. 提交于 2019-12-05 21:15:23
I am using Android FingerPrintManager API and creating key pair using KeyPairGenerator, i want to encrypt a password with public key and then decrypt when user is authenticated by entring fingerPrint but as soon i run my project it gets crash and gives Caused by: java.lang.IllegalArgumentException: Crypto primitive not backed by AndroidKeyStore provider i hved used code from here : Android Fingerprint API Encryption and Decryption this post says that he is able to do ecryption and decryption an di have followed the same code and steps. here is my code public KeyStore getKeyStore() { try {

How to generate KeyPair in android KeyStore, protected by custom password

北城以北 提交于 2019-12-05 08:16:23
I have app which uses Fingerprint and 4 digit pin (which can be set by user in application settings, this is not system pin/pattern/password) authorization. With Fingerprint everything is fine, I have problem with pin. What I'm trying to do is: Let user set pin from application settings Generate Keypair in keystore for some alias protected by entered pin (so that private key can not be accessed without this pin) Send public key to server for future signature verification Get user token from server and store it in local storage Then during Authorization: Request user to enter the pin Retrieve

Why crypto object is needed for Android fingerprint authentication?

余生长醉 提交于 2019-12-04 16:19:55
问题 I have gone through the android finger print sample provided by Google. https://github.com/googlesamples/android-FingerprintDialog As I am new to security standards, I am unable to understand the following. Why we need to use Keystore, key, CryptoObject... etc? Simply It could be like, ask fingerprint manager to authenticate the user and it can simply return the status(success/failed) Do I need to generate new key every time on each authentication? 回答1: Why we need to use Keystore, key,

Integrate apple TouchId or Samsung Finger print reader with my app

风流意气都作罢 提交于 2019-12-04 15:45:25
I am currently working on a mobile application for (Android, ios), which has the following requirement. Please tell me whether I can use the inbuilt finger print reader on latest smart phone, tablet to achieve my requirement. I have a HRM System running on cloud, where I have the employee details, Now i am developing an mobile app for employee time attendance, basically application will work in this following steps. When employee open the app, it will show a finger print login. Employee will tap the finger on the device, assume it has inbuilt fingerprint reader support. The mobile application

Certificate fingerprint is invalid?

末鹿安然 提交于 2019-12-04 14:55:08
I have generated my SHA1 code from my keystore but when I try to create an OAuth client 2.0, Google game console is giving me the error: "Certificate fingerprint is invalid". Anyone knows why this happens? How do I fix this? I've contacted Google Play Developer Support about this issue (I've got a same problem). Here is their answer : Please ensure the key is set to 2048 bit and is valid for at least 25 years. I've tried it, but sadly my debug.keystore is still not getting accepted, maybe there will be some luck on your side. $ keytool -genkey -v -keystore debug.keystore -storepass android

How to identify if device has in-display Biometric fingerprint support?

元气小坏坏 提交于 2019-12-04 11:30:47
问题 I'm writing a application feature to authenticate user using Biometric fingerprint authentication API. And it worked as expected with combination of BiometricPrompt API. In general it display own UI dialog so it can be unified across Android device.(Improvement from Fingerprint Manager API) In one of device testing scenario I come across in-display(on screen, e.g. Oneplus 6T device) fingerprint support instead rear biometric hardware option. When I run application on it, on call of