Skip to content

A Python script that generates highly secure and complex passwords by combining random letters, symbols, and numbers. The generated passwords use a mix of cryptographic-grade randomness.

Notifications You must be signed in to change notification settings

GlitchLinux/password-generator.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Generator

password-generator.py is a Python script designed to generate highly secure and complex passwords by combining random letters, symbols, and numbers. Using a mix of cryptographic-grade randomness and varied character sets, it provides strong passwords ideal for safeguarding sensitive accounts and applications.

Features

  • Multi-part Password Structure: Each password consists of four randomized segments, containing letters, symbols, and numbers in each part to maximize security.
  • Customizable Password Count: Specify how many passwords you need, and the script will generate unique options for you.
  • Enhanced Security: Uses Python’s secrets library to ensure cryptographic randomness, providing maximum entropy for password generation.

Getting Started

Prerequisites

  • Python 3.x is required to run this script.

Download and run

  1. Clone this repository:
    git clone https://github.com/GlitchLinux/password-generator.py.git
    cd password-generator.py
    python3 password-generator.py

About

A Python script that generates highly secure and complex passwords by combining random letters, symbols, and numbers. The generated passwords use a mix of cryptographic-grade randomness.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages