Skip to content

A secure and customizable password generator in Python with support for length range, numbers, and special characters — using cryptographically secure randomness.

License

SemTiOne/secure-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Secure Password Generator

A secure and customizable password generator written in Python.

This tool generates strong passwords using cryptographically secure randomness (secrets module), with support for configurable length, numbers, and special characters.


🚀 Features

  • ✅ Secure randomness (cryptographically safe using secrets)
  • ✅ Configurable length (min and max)
  • ✅ Optional inclusion of numbers
  • ✅ Optional inclusion of special characters
  • ✅ Guaranteed character variety (if enabled)

📦 Requirements

This project only uses Python's built-in libraries.
No external packages are required.


📄 Installation

Clone this repository:

git clone https://github.com/your-username/secure-password-generator.git
cd secure-password-generator

About

A secure and customizable password generator in Python with support for length range, numbers, and special characters — using cryptographically secure randomness.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages