Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-wtham/password-generator
Generate random strong passwords based on user preferences (to include special characters, numbers..)
https://github.com/g-wtham/password-generator
dom-manipulation javascript password-generator
Last synced: 8 days ago
JSON representation
Generate random strong passwords based on user preferences (to include special characters, numbers..)
- Host: GitHub
- URL: https://github.com/g-wtham/password-generator
- Owner: g-wtham
- Created: 2023-08-20T08:58:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T10:03:37.000Z (over 1 year ago)
- Last Synced: 2023-08-20T11:09:30.649Z (over 1 year ago)
- Topics: dom-manipulation, javascript, password-generator
- Language: JavaScript
- Homepage: https://g-wtham.github.io/password-generator/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
![Password Lock Icon](password-lock.svg)
A web-based password generator that allows users to customize the length and character types of their passwords.
## Features
- Generate random passwords with custom length.
- Include or exclude character types : Special Characters, Numbers## Try Now
You can try out the Password Generator by visiting : (https://g-wtham.github.io/password-generator/)