Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/lefuturiste/lesspass-php
- Owner: lefuturiste
- Created: 2018-04-07T13:41:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T14:41:25.000Z (over 6 years ago)
- Last Synced: 2024-04-20T23:05:12.226Z (7 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`