SkillAgentSearch skills...

PasswordGenerator

Building a password generator python program. The program accepts user input, then generates a password and run it against a dictionary for non-overlap password. eventually it writes user details into a log, on third party server (hostname, socket, password)

Install / Use

/learn @CyRamos/PasswordGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PasswordGenerator

Building a password generator python program.

The program accepts user input, then generates a password and run it against a dictionary for non-overlap password. Eventually it writes user details into a log, on third party server (hostname, socket, password)

Please be aware you have the following moudles already installed -

  • Should be already installed when you install python for the first time : random,string,socket
  • Manually install : prettytable, PySimpleGUI

You can install it with the command -

python -m pip install "SomePackage"

Please be aware to change the dictionary location in code "PasswordGenerator.py" in line - 26

and the server ip address in line - 108

Also notice to change the location it will create the log in code "Server.py" in line 8

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated6mo ago
Forks0

Languages

Python

Security Score

62/100

Audited on Oct 5, 2025

No findings