๐ Generate simple or complex passwords directly from your web browser. https://password.live
Password.live is a web-based password generator written in React. The main idea was to create a simple web-based application to generate both simple and complex passwords. The application does not log or store any passwords that are created and is secured by SSL. A docker image is also provided to easily run password.live locally as well.
Ensure you have node/npm installed. Then, install dependencies by running:
npm install
Start the application by running:
npm run serve
Visit localhost:8080 to view the application.
To run all tests, run the following in the root directory:
npm run test
To build the application for production (as it does in our continuous integration builds), run:
npm run build
This will generate a static website which can be viewed using the generated index.html
file.
Interested in contributing? Read CONTRIBUTING.md to learn more.
This software is released under the MIT license. See LICENSE for more details.