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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:38:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T18:50:32.057Z (4 months 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: 2
- 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:

More on diceware method: http://world.std.com/~reinhold/diceware.html
**Note:** Diceware is trademark of A G Reinhold.