An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Check Device Credentials Android Demo App [![Build Status](https://travis-ci.org/ashishb/CheckDeviceCredentials.svg?branch=master)](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)