kalpetros / hawkpass-web

Secure diceware passphrase generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple cryptographically secure (SHA-256) random number generator that uses entropy collected from your mouse movements to generate easy to remember passwords based on the Diceware list.

Live version

For a live version visit https://kalpetros.github.io/hawkpass-web/

Download

You can download the desktop version from the releases page.

Testing locally

First install the necessary dependencies by running:

$ npm install

To run the app in your browser type:

$ npm run develop

Contributing

Contributions are welcome! To get started please read the contribution guidelines.

Report any issues or feature requests you have here.

Licence

MIT

About

Secure diceware passphrase generator

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.4%Language:CSS 0.2%