0.0.1 • Published 1 year ago

galaxypwd v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Password Generator

This is a simple password generator web application built with HTML, CSS, and JavaScript. It allows the user to generate a random password of a specified length and with selected character types (uppercase letters, lowercase letters, numbers, and symbols).

Live Preview

https://mdashraful305.github.io/Password-Generator/

Installation

No installation is required. Simply open the index.html file in a web browser to use the password generator.

Usage

To generate a password, select the desired length of the password (between 8 and 128 characters) and the desired character types (by checking the corresponding checkboxes). Then click the "Generate Password" button to generate a password.

To copy the generated password to the clipboard, click the "Copy" button.

Development

This project was developed using HTML, CSS, and JavaScript. The password generation logic is implemented in the generatePassword function in the script.js file. The copyToClipboard function handles copying the generated password to the clipboard.