Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serial/password-generator
Generate random passwords with special chars
https://github.com/serial/password-generator
html jquery less password-generator php
Last synced: 2 days ago
JSON representation
Generate random passwords with special chars
- Host: GitHub
- URL: https://github.com/serial/password-generator
- Owner: serial
- Created: 2023-09-01T09:48:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T09:15:53.000Z (over 1 year ago)
- Last Synced: 2023-09-04T20:28:11.434Z (over 1 year ago)
- Topics: html, jquery, less, password-generator, php
- Language: CSS
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Generator
PHP and HTML version available## Table of Contents
- [Introduction](#introduction)
- [Features](#features)## Introduction
A modernized version of the password generator based of the code from 2015.
Generate passwords to suite your needs with some extra options.**Now with some new styling and including a mini layout framework written in less-css. Which is a good starter for small projects based on tailwind classes.**
## Features
A few of the things:
* Generate random Passwords with a length of 5 to 50 characters
* Choose a prefix for your password (max. 3 characters)
* Choose if you want to include special characters
* Choose to use safe chars (no similar looking chars)
* After generating the password, the text is automatically selected
* Copy the password to your clipboard with your shortcut or with one click
* All fonts are loaded from local files
* Font-Awesome-Pro 6.4.2 included
* Tooltip support on multiple elements with the popper.js lib
* HTML version included without the needs of a server