How to Add Fingerprint Lock on Termux app

 

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.


How to Add Fingerprint Lock on Termux app

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


apt update & apt upgrade 


apt install wget 


apt-get install termux-api


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

Post a Comment

Previous Post Next Post