/pass-gen

Generate Random And Strong Password In Termux , Kali Linux , Etc With This Tool

Primary LanguagePython

PASS-GEN V1.0

PASS-GEN tool is an python based script which create/generate randrom passwords in fraction of seconds. This tool works on any devices with python installed.

[Screenshot] :

alt text

Installation and Usage (python 3)

[Kali-Linux] :

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt install git python3 -y
git clone https://github.com/turbo-hackers/pass-gen.git
cd pass-gen
python3 setup-linux.py
python3 pass-gen.py

[Termux] :

apt-get update -y && apt-get upgrade -y
apt install git python3 -y
git clone https://github.com/turbo-hackers/pass-gen.git
cd pass-gen
python3 setup-termux.py
python3 pass-gen.py

USEAGE :

  • python3 pass-gen.py
  • [+] -- Enter the length of password you want

WARNING :

This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.