https://github.com/ashishb/checkdevicecredentials
Force device credential check before decrypting data
https://github.com/ashishb/checkdevicecredentials
android android-security keystore security
Last synced: 10 months ago
JSON representation
Force device credential check before decrypting data
- Host: GitHub
- URL: https://github.com/ashishb/checkdevicecredentials
- Owner: ashishb
- License: apache-2.0
- Created: 2018-11-06T07:56:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T01:11:33.000Z (over 7 years ago)
- Last Synced: 2025-04-07T05:11:09.342Z (10 months ago)
- Topics: android, android-security, keystore, security
- Language: Kotlin
- Size: 135 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check Device Credentials Android Demo App [](https://travis-ci.org/ashishb/CheckDeviceCredentials)
A small proof-of-concept Kotlin-based app which demonstrates how an app can force a user to enter device pin/password/pattern/biometric using Android's KeyStore. Heavily inspired from [Google's sample](https://github.com/googlesamples/android-ConfirmCredential)
## Build
`./gradlew assembleDebug`
## Demo
Try out the [demo](https://appetize.io/app/52dqm6ebrfv17v5cv5qkx3kvm4?device=nexus5&scale=75&orientation=portrait&osVersion=7.1)