Generate a secure password. Build with PreactJS
This application is only an experimental application. Made just for fun and to learn more about PreactJS. This application also uses Parcel Bundle
clone this repository and run using yarn
yarn install
yarn run start
or using NPM
npm install
npm run start
For generate password we have 3 different format. They are
Format | Description |
---|---|
Easy to say | avoid symbol and number to make it easy to say |
Easy to read | Avoid ambiguous characters like 1, I, L, i, l, 0, o, O |
All characters | Any characters combinations |
Inspired by LastPass Password Generator Tool