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

Welcome to the PasscodeView wiki!

PasscodeView is an Android Library to easily and securely authenticate user with 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 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 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 imtegrating the fingerprint API with your application.
  • provide error feedback when PIN entered is wrong.
  • is highly customisable. So that you can match it with your application them. It provides you control over,
    • shape of the each key.
    • color and shape of each key.
    • localized name of each key in pin keyboard. 👉 Guide
    • size of the each single key.
    • color and shape of pin indicators.👉 Guide