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.
Prerequisites
- Smartphone with Fingerprint Sensor
- Termux:API app installed
- 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