Skip to content
Keval Patel edited this page Apr 19, 2017 · 6 revisions

Welcome to the PasscodeView wiki!

PasscodeView is an Android Library to easily and securely authenticate the user with the PIN code or using the fingerprint scanner.

Why❓

  • Secure authentication is the key factor in many application (e.g. financial applications). Many application uses PIN-based authentication.

  • But Android System doesn't provide any easy to set the view for PIN-based authentication which can tightly integrate and take advantage of fingerprint API introduced in newer versions of android. This limitation led me to work on this project.

  • With the use of PasscodeView you can easily integrate PIN & Fingerprint based authentication in your application.

Features:

This library provide easy and secure PIN authentication view, which

  • provides access to built-in fingerprint-based authentication. This handles all the complexities of integrating the fingerprint API with your application.
  • provide error feedback when PIN entered is wrong.
  • is highly customizable. So that you can match it with your application them. It provides you control over,
    • color and shape of each key. 👉 Guide
    • localized name of each key in pin keyboard. 👉 Guide
    • size of the each single key.
    • color and shape of pin indicators.👉 Guide
    • Control over tactile feedback for key press and authentication success/failure events.