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.
- Host: GitHub
- URL: https://github.com/filiprokita/night-cipher
- Owner: FilipRokita
- Created: 2023-05-13T16:31:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T17:50:08.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:41:53.163Z (9 months ago)
- Topics: buttons, checkboxes, css, html, input-field, javascript, password, password-generator, passwords, security, user-interface, web-application, web-development, webapp
- Language: HTML
- Homepage: https://filiprokita.github.io/Night-Cipher/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.