Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lefuturiste/lesspass-php

A simple generator with lesspass algorithm http://lesspass.com/
https://github.com/lefuturiste/lesspass-php

Last synced: 4 days ago
JSON representation

A simple generator with lesspass algorithm http://lesspass.com/

Awesome Lists containing this project

README

        

# Lesspass php generator

Generate quickly password with Lesspass algorithm.

## Setup

`composer require lefuturiste/lesspass-php`

## Requirements

- PHP > 5.5
- [GNU Multiple Precision php extention](https://secure.php.net/manual/en/book.gmp.php)

## Original Idea

This repository is just a implementation in php from [this procedural code](https://github.com/mevdschee/lesspass.php), which is also a implementation from [Lesspass](https://lesspass.com/)

## Test

`phpunit Tests/`