Skip to content

Login for termux in python3 and bash with protection from brute force attacks and password encryption

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

LinuxProgramador/login_python3

Repository files navigation

cd ~

git clone https://github.com/LinuxProgramador/login_python3.git

cd login_python3

chmod u+x dependencias.sh

bash dependencias.sh

y para eliminar el login

bash uninstall.sh

Nota: si quieres que se carge el login siempre que abra termux

copia el ejecutable login.py a binarios

por ejemolo:

cp login.py $PATH

despues

ve a $PREFIX/etc

abre el archivo bash.bashrc con nano

ejemplo: nano bash.bashrc

agrega por arriba de la variable PS1 este comando: python3 $PATH/login.py

despues se te abrira el login cada ves que inicies seccion

About

Login for termux in python3 and bash with protection from brute force attacks and password encryption

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published