Skip to content

MrAlpha786/termux-fingerprint-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TERMUX FINGERPRINT LOCK

Disclaimer: It's cool to have fingerprint authentication in termux but it's not safe and can easily be bypassed (How?🤫). So, if FBI find your data and a nuclear war start. I won't be held responsible. Use at your own risk.

Created by MrAlpha786

Request: Please use or modify this with proper credit. Add link to my github in your README.md.

Add Fingerprint Lock to your Termux.

Note: It's not an app lock. It's only for Termux. If you don't know what Termux is, You don't need this.

Prerequisites

  1. Smartphone with Fingerprint Sensor
  2. Termux:API app installed
  3. Android 6.0+

Installation

Detailed video instruction here: YOUTUBE

Just enter following command:

wget https://raw.githubusercontent.com/MrAlpha786/termux-fingerprint-lock/master/setup; chmod u+x setup; bash setup

or

curl -O https://raw.githubusercontent.com/MrAlpha786/termux-fingerprint-lock/master/setup; chmod u+x setup; bash setup

Remove Lock

[ ! ] Make sure you are in the same directory where the setup is saved.

Enter the command below:

bash setup

or

./setup

Note: Removing lock will remove all files. To install again you have to follow the above instructions.