vulnerable9 / passfox

PassFox is a simple cross-platform Python script that generates random passwords using the secrets module for secure random number generation. The generated passwords are displayed using the rich library for colorful and formatted console output.

Home Page:https://github.com/vulnerable9/passfox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassFox - Random Password Generator

PassFox is a simple cross-platform Python script that generates random passwords using the secrets module for secure random number generation. The generated passwords are displayed using the rich library for colorful and formatted console output.

Installation

git clone https://github.com/vulnerable9/passfox

Usage

cd passfox
python3 passfox.py #python passfox.py for Windows

Output

Image

About

PassFox is a simple cross-platform Python script that generates random passwords using the secrets module for secure random number generation. The generated passwords are displayed using the rich library for colorful and formatted console output.

https://github.com/vulnerable9/passfox

License:MIT License


Languages

Language:Python 100.0%