An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# [MasterPassX](https://masterpassx.org) [![Build Status](https://travis-ci.org/Cretezy/MasterPassX.svg?branch=master)](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.