https://github.com/mexaar/password-generator
Free and easy password self-manager
https://github.com/mexaar/password-generator
password password-generator password-manager sapper security security-tools svelte
Last synced: 2 months ago
JSON representation
Free and easy password self-manager
- Host: GitHub
- URL: https://github.com/mexaar/password-generator
- Owner: MeXaaR
- License: wtfpl
- Created: 2020-08-25T18:13:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T20:07:14.000Z (almost 5 years ago)
- Last Synced: 2024-07-06T20:42:27.337Z (about 2 years ago)
- Topics: password, password-generator, password-manager, sapper, security, security-tools, svelte
- Language: JavaScript
- Homepage: https://spcg.netlify.app/
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Password Card Generator [](https://app.netlify.com/sites/spcg/deploys)
[Use it on Netlify](https://spcg.netlify.app)
## Why this project ?
When I created this simple app, I had a password manager like the rest of us. But I didn't know my passwords and I had no way to remember it without the password manager plugin. So I imagined a way to be able to find my passwords by myself if I don't have the app in front of me and a few hours later, SPCG was there. Easy but secured passwords.
What? You don't like the name ? Ok, We can change it, no problem.
## How does it works ?
This is a simple way to remember your password without dependind on an online service. You take a text of 208 character minimum. Every space will be filled with a number starting from 0.
This will generate a card you can easily reproduce on a paper without this app. This card is for 16 character long passwords maximum. Then, you take a word for each website (name, domain, anything) to generate your password. First letter on the first row, second letter on the second row and so on.
This method gives you the opportunity to be detached from web password managers and have easy but secured passwords.
You can still use this app. Your text will be stored in your browser and it will ready to run new passwords everytime you hit it. It is free, there is no database, nothing is stored on a server. Use it as you pleased. You can even install it on you android phone
## Getting started
This project use Sapper and Svelte. It is pretty simple and open to contribution
```bash
# install
yarn
# start
yarn dev
```
## Contributing
There is maybe a lot to do to get it perfect, you are welcome to contribute. And you can do wathever you want with the code or the method ;)