Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T01:01:04.000Z (4 months ago)
- Last Synced: 2024-11-13T01:37:46.943Z (2 months 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
![A screenshot of the page.](./assets/screenshot.png)### Features and Usage
**Password length**
- Set how many characters you want in your password with the range slider**Password character sets**
- Enable including lowecase and uppercase letters, numbers, and symbols# Credits (Open Source)
**Bootstrap** ([Link](https://getbootstrap.com/))
- Licensed under MIT License