Skip to content

samsdogjack/secret-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret-password

Password generator written in Python using the cryptographically secure secrets library.

Security

This password generator uses Python's secrets module, which is specifically designed for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. Passwords generated are truly random and non-reproducible.

Usage

Option 1: Run Python Script

python3 password.py

Option 2: Standalone Executable

Run the pre-built standalone app (no Python required):

./dist/password-gen

Building Standalone Application

  1. Install dependencies:
pip3 install -r requirements.txt
  1. Build the executable:
python3 build.py

The standalone executable will be created at dist/password-gen and can be run on any macOS system without Python installed.

Configuration

Length of password can be changed on line 10 of password.py with pwd_length.

About

Password generator written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages