Skip to content

Generate secure random passwords using our Fisher-Yates algorithm-based tool, featuring customizable length and character options. Built with HTML, CSS, Tailwind CSS, and JavaScript.

Notifications You must be signed in to change notification settings

mdimamhosen/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

Welcome to the Random Password Generator! This project uses HTML, CSS, Tailwind CSS, and JavaScript to generate secure random passwords utilizing the Fisher-Yates algorithm.

Live Demo

👉 Random Password Generator Live Demo

Features

  • Random Password Generation: Generates secure random passwords using the Fisher-Yates algorithm.
  • Customizable Length: Allows users to specify the desired length of the password.
  • Character Options: Includes options to include uppercase, lowercase, numbers, and special characters.
  • Responsive Design: Ensures a smooth experience across all devices with Tailwind CSS.

Technologies Used

  • HTML: Structure of the web page.
  • CSS: Basic styling of the page.
  • Tailwind CSS: For utility-first CSS styling.
  • JavaScript: Implementing the Fisher-Yates algorithm and handling user interactions.

Fisher-Yates Algorithm

The Fisher-Yates algorithm is an efficient way to shuffle an array and is used here to generate random passwords by shuffling a set of characters.

Installation

  1. Clone the Repository:

    git clone https://github.com/mdimamhosen/b8-test-repo-money-master-mdimamhosen.git
    cd b8-test-repo-money-master-mdimamhosen
  2. Open the index.html file in your browser:

    Simply open the index.html file in any web browser to use the Random Password Generator.

Usage

  1. Open the live demo link or index.html file.
  2. Select the desired password length.
  3. Choose the types of characters to include (uppercase, lowercase, numbers, special characters).
  4. Click the "Generate Password" button to get a secure random password.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.


Thank you for using the Random Password Generator! If you have any questions or feedback, feel free to reach out. Happy coding!

About

Generate secure random passwords using our Fisher-Yates algorithm-based tool, featuring customizable length and character options. Built with HTML, CSS, Tailwind CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published