Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.