Secure Diceware Password Generator with Reactjs

A simple cross-platform 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

Download

The latest version of Hawkpass can be downloaded 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

Packaging Hawkpass

Packaging Hawkpass for your platform can be done using Electron Forge.

To generate platform specific distributables type:

$ npm run make

Check the out folder for the created package.

Contributing

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

Report any issues or feature requests you have here.

Download Details:

Author: kalpetros

Source Code: https://github.com/kalpetros/hawkpass

#react #reactjs #javascript

Secure Diceware Password Generator with Reactjs
2.55 GEEK