An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/night-cipher

Password Generator is a web application that generates random passwords based on user-selected criteria. The user can choose the length of the password and which character types to include, such as uppercase and lowercase letters, numbers, and symbols.
https://github.com/filiprokita/night-cipher

buttons checkboxes css html input-field javascript password password-generator passwords security user-interface web-application web-development webapp

Last synced: 7 months ago
JSON representation

Password Generator is a web application that generates random passwords based on user-selected criteria. The user can choose the length of the password and which character types to include, such as uppercase and lowercase letters, numbers, and symbols.

Awesome Lists containing this project

README

          

# Night Cipher Password Generator

Night Cipher is a web application that generates random passwords based on user preferences.

## Features

Night Cipher allows the user to select the length of the password and choose which characters to include: uppercase letters, lowercase letters, numbers, and symbols.

## Getting Started

To use simply open the Night Cipher in a web browser. The application will run directly in the browser.

## Usage

1. Select the desired length of the password (between 4 and 20 characters).
2. Choose which characters to include in the password by checking or unchecking the corresponding checkboxes.
3. Click the "Generate Password" button to generate a new password.
4. The password will appear in the "Your Password" section.

## Warning

Night Cipher Password Generator generates passwords using a combination of random characters, which makes them more secure than passwords that are easy to guess or crack. However, please note that no password generator can guarantee 100% security. It is recommended to use unique and complex passwords for each of your online accounts and to change them periodically.

## Disclaimer
This program is provided "as is" without any warranties or guarantees. The author is not responsible for any damage or losses incurred while using this program.