https://github.com/ikartehfox/password-gen
A password generator web page built in HTML and JS.
https://github.com/ikartehfox/password-gen
html js password-generator webapp
Last synced: 9 months ago
JSON representation
A password generator web page built in HTML and JS.
- Host: GitHub
- URL: https://github.com/ikartehfox/password-gen
- Owner: iKarTehFox
- License: mit
- Created: 2023-12-29T09:48:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T01:01:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T07:12:29.791Z (over 1 year ago)
- Topics: html, js, password-generator, webapp
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple HTML Password Generator
It's a web page where you can generate a password... ¯\_(ツ)_/¯
### How to Run
1. Clone into this repository
2. Serve `index.html` with your favorite web server, or just open it in a browser
- Can be run locally offline with Bootstrap JS and CSS included
4. Profit.
### Screenshot

### Features and Usage
**Password length**
- Set how many characters you want in your password with the range slider
**Password character sets**
- Enable including lowercase & uppercase letters, numbers, and symbols
# Credits (Open Source)
**Bootstrap** ([Link](https://getbootstrap.com/))
- Licensed under MIT License