Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/le0pard/mpw.js
MPW.js is a JavaScript implementation of the Master Password App algorithm
https://github.com/le0pard/mpw.js
algorithm javascript mpw security
Last synced: about 6 hours ago
JSON representation
MPW.js is a JavaScript implementation of the Master Password App algorithm
- Host: GitHub
- URL: https://github.com/le0pard/mpw.js
- Owner: le0pard
- License: mit
- Created: 2017-12-19T20:53:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:08:44.000Z (8 days ago)
- Last Synced: 2024-10-29T18:30:24.984Z (7 days ago)
- Topics: algorithm, javascript, mpw, security
- Language: JavaScript
- Homepage: https://mpw.leopard.in.ua/
- Size: 73.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Master password generator](https://mpw.leopard.in.ua/) ![Build and Deploy](https://github.com/le0pard/mpw.js/workflows/Build%20and%20Deploy/badge.svg?branch=master)
MPW.js is a JavaScript implementation of the [Master Password](https://en.wikipedia.org/wiki/Master_Password) algorithm
## Development
1. Install Ruby and Node.js (versions inside `.tool-versions`)
2. Install [ruby bundler](http://bundler.io/) and [node.js yarn](https://yarnpkg.com/en/)
3. Just execute in terminal:```bash
$ bundle
$ yarn
```
4. Start application:```bash
$ bundle exec middleman
```and visit `http://localhost:4567`
## Deploy
```bash
$ bundle exec rake release
```