Skip to content

The Random Password Generator is a PHP-based web application that allows users to generate secure, customizable passwords.

License

Notifications You must be signed in to change notification settings

caferkara/PHP-Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PHP Random Password Generator

The Random Password Generator is a PHP-based web application that allows users to generate secure, customizable passwords. This application features a user-friendly interface where users can specify password length, choose from different character sets, and receive visual feedback on the password's strength.

Features

1. Generate Button: Easily generate a new random password with a single click.

2. Password Length: Adjustable slider to set the password length (up to 50 characters).

3. Character Sets: Checkboxes to include/exclude uppercase letters, lowercase letters, numbers, and special characters.

4. Password Strength: Visual indicator showing the strength of the generated password with background color coding:

  • Very Weak and Weak: Red
  • Good: Orange
  • Strong and Very Strong: Green

5. Copy to Clipboard: Convenient button to copy the generated password to the clipboard.

Technologies Used

  • PHP
  • HTML
  • CSS
  • JavaScript

Getting Started

To run this project locally, follow these steps:

1. Clone the repository:

git clone https://github.com/caferkara/php-random-password-generator.git

2. Navigate to the project directory:

cd random-password-generator

3. Set up a local web server:

  • Use XAMPP, WAMP, or any preferred local server setup.

4. Place the project files in your web server's root directory:

  • For XAMPP, this is typically htdocs
  • For WAMP, this is typically www

5. Access the application via your web browser:

http://localhost/random-password-generator.php

Usage

  1. Open the application in your web browser.
  2. Adjust the password length using the slider.
  3. Select the desired character sets using the checkboxes.
  4. Click the "Generate" button to create a new password.
  5. The generated password will appear in the input box.
  6. Click the "Copy" button to copy the password to your clipboard.

Sobre El PHP Generador de Contraseñas

Haga clic aquí para leer más

License

This project is licensed under the MIT License.

About

The Random Password Generator is a PHP-based web application that allows users to generate secure, customizable passwords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages