PowerPass is an open-source secure password generator that allows users to generate strong and unique passwords based on the Microsoft strong password guidelines. The application is built using HTML, CSS, and JavaScript, providing a user-friendly and modern interface.
-
Strong Password Generation: PowerPass generates passwords that meet the Microsoft strong password guidelines, ensuring security and complexity.
-
Character Variety: The generated passwords include a combination of uppercase letters, lowercase letters, numbers, and symbols to enhance security.
-
Password Uniqueness: PowerPass ensures that generated passwords are significantly different from previously generated ones, reducing the risk of using repetitive passwords.
-
Copy to Clipboard: Users can easily copy the generated passwords to the clipboard for convenient use in other applications or systems.
- Open the
index.html
file in a text editor. - Locate the following line of code:
var length = 14;
- Modify the value assigned to the
length
variable to customize the desired password length. - Save the
index.html
file. - Open the modified
index.html
file in your web browser. - Click the "Generate" button to generate a strong password.
- The generated password is copied to the clipboard automatically.
- Use the password in your desired application or system.
- Clone the PowerPass repository from GitHub:
git clone https://github.com/thewhistledev/PowerPass.git
- Open the
index.html
file in your web browser. - Start generating secure passwords!
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please submit a pull request or open an issue on the GitHub repository.
PowerPass is released under the GNU General Public License v3.0 (GPL-3.0).
- Added Setup Binary for WINDOWS Platform.
- Converted HTML into an electron forge project.
- Added Setup Binary for LINUX Platform.
- Added Setup Binary for MACOS Platform.