Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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