https://github.com/nyancodeid/sandie
Generate a secure password. Build with Preact
https://github.com/nyancodeid/sandie
parcel-bundler parceljs preact-material-compoenents preactjs
Last synced: 11 months ago
JSON representation
Generate a secure password. Build with Preact
- Host: GitHub
- URL: https://github.com/nyancodeid/sandie
- Owner: nyancodeid
- License: mit
- Created: 2019-12-16T05:41:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:05:21.000Z (about 3 years ago)
- Last Synced: 2025-02-11T15:24:20.954Z (about 1 year ago)
- Topics: parcel-bundler, parceljs, preact-material-compoenents, preactjs
- Language: JavaScript
- Homepage: https://sandie.nyandev.id/
- Size: 1.52 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sandie
Generate a secure password. Build with [PreactJS](https://preactjs.com)
[](https://github.com/nyancodeid/sandie)

[](https://github.com/nyancodeid/sandie/issues)
## Description
This application is only an experimental application. Made just for fun and to learn more about PreactJS.
This application also uses Parcel Bundle
## Run
clone this repository and run using yarn
```
yarn install
yarn run start
```
or using NPM
```
npm install
npm run start
```
## Password Format
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 |
## Screenshot
Inspired by
[LastPass Password Generator Tool](https://www.lastpass.com/password-generator)