10 Forks
80 Stars
80 Watchers

PINkman

PINkman is a library to help implementing an authentication by a PIN code in a secure manner. The library derives hash from the user's PIN using Argon2 function and stores it in an encrypted file. The file is encrypted with the AES-256 algorithm in the GCM mode and keys are stored in the AndroidKeystore.

How to download and setup PINkman

Open terminal and run command
git clone https://github.com/RedMadRobot/PINkman.git
git clone is used to create a copy or clone of PINkman repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with PINkman https://github.com/RedMadRobot/PINkman/archive/master.zip

Or simply clone PINkman with SSH
[email protected]:RedMadRobot/PINkman.git

If you have some problems with PINkman

You may open issue on PINkman support forum (system) here: https://github.com/RedMadRobot/PINkman/issues