https://github.com/cretezy/masterpassx
A deterministic stateless password generator.
https://github.com/cretezy/masterpassx
password password-generator security
Last synced: about 1 year ago
JSON representation
A deterministic stateless password generator.
- Host: GitHub
- URL: https://github.com/cretezy/masterpassx
- Owner: Cretezy
- License: mit
- Created: 2017-12-11T17:45:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T02:05:24.000Z (over 6 years ago)
- Last Synced: 2025-04-12T20:15:21.858Z (about 1 year ago)
- Topics: password, password-generator, security
- Language: JavaScript
- Homepage: https://masterpassx.org
- Size: 1.01 MB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [MasterPassX](https://masterpassx.org) [](https://travis-ci.org/Cretezy/MasterPassX)
MasterPassX is separated into many modules. It is based fully in JavaScript.
## [Web](web)
The [main MasterPassX site](https://masterpassx.org).
## [Core](core)
The core module is the base algorithm of MasterPassX.
It's a simple and very fast implementation of the Master Password algorithm.
## [Extensions](extension)
The [Firefox](https://addons.mozilla.org/en-US/firefox/addon/masterpassx/)/[Chrome](https://chrome.google.com/webstore/detail/masterpassx/acocljodaoecblhjggkadfhnbjcfgbbb) extensions.
## [CLI](cli)
A simple command line interface for the MasterPassX algorithm.