Simple Login script to encrypt your program
Note : This program only work on termux and linux
1.download this script / git clone 2.type sh install.sh 3.move this script into your program 4.type npm install --save colors prompt shelljs 5.add command "node login.js" to your program Done.
1.type nano login.js
2.change this string to your username and password
3.type ctrl and s to save
4.type ctrl x to exit
Done.