Skip to content

The Password Generator simply generates strong and secure passwords. It provides users with the ability to generate passwords.

Notifications You must be signed in to change notification settings

awortuibenem/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This repository provides two versions of a password generator:

  1. PHP Version: Implemented using PHP, this password generator generates random passwords of specified length using a combination of lowercase letters, uppercase letters, numbers, and special characters.

  2. Python Version Implemented using Python with the Flask web framework, this password generator generates random passwords of fixed length (12 characters) using a combination of lowercase letters, uppercase letters, numbers, and special characters.

PHP Version

  1. Clone the repository or download the PHP file (index.php) to your local machine
  2. Open a web browser and navigate to the URL where the PHP file is hosted (http://localhost/index.php).
  3. You should see the password generator form click the "Generate Password" button.
  4. The generated password will be displayed in the text box.

Python Version

  1. Clone the repository or download the Python file (app.py) to your local machine.
  2. Install Flask if you haven't already. You can install it using pip:
  3. Open a terminal or command prompt and navigate to the directory where the Python file is located.
  4. Run the Flask application by executing the following command: python app.py

About

The Password Generator simply generates strong and secure passwords. It provides users with the ability to generate passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published