Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciektalaska/svelte-diceware
diceware password generator implemented in Svelte
https://github.com/maciektalaska/svelte-diceware
diceware diceware-passphrase-generator diceware-password password-generator svelte
Last synced: about 1 month ago
JSON representation
diceware password generator implemented in Svelte
- Host: GitHub
- URL: https://github.com/maciektalaska/svelte-diceware
- Owner: MaciekTalaska
- Created: 2020-02-17T23:27:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:38:03.000Z (over 2 years ago)
- Last Synced: 2023-03-22T13:39:14.220Z (almost 2 years ago)
- Topics: diceware, diceware-passphrase-generator, diceware-password, password-generator, svelte
- Language: Svelte
- Homepage: https://maciektalaska.github.io/svelte-diceware/
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Svelte Diceware
===============This is simple diceware password generator built using [Svelte](https://svelte.dev) and plain JavaScript.
It generates passwords consisting 4 up to 10 words using 4 different word lists (English, Finnish, Maori, Polish). Separator also could be provided for convenience.Want to check how it works? Go to: https://maciektalaska.github.io/svelte-diceware
What is diceware?
-----------------Diceware is a method of generating passwords that are easy to remember. [XKCD comic](https://xkcd.com) explains it as follows:
![alt text](https://imgs.xkcd.com/comics/password_strength.png "xkcd on Diceware")
More on diceware method: http://world.std.com/~reinhold/diceware.html
**Note:** Diceware is trademark of A G Reinhold.