Download the PHP package yuloh/battery-staple without Composer
On this page you can find all versions of the php package yuloh/battery-staple. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package battery-staple
Battery Staple
A password generator, inspired by XKCD.
Install
Via Composer
Usage
Security
The library is 8 lines of code, so there isn't much that can go wrong. Here is what happens:
- A word list of 10,000 words is loaded.
- A random number is generated with
random_int
and the word on that line is used. - Repeat the above until you have 4 words.
That being said, I am not a security expert. I cannot guarantee that this library is cryptographically secure and you shouldn't use it for anything important.
Contributing
Contributions Welcome. Some ideas:
Allow choosing a delimiter- Set min/max word length, so you don't get words like 'the'
- Case transformation options (using neko?)
All versions of battery-staple with dependencies
PHP Build Version
Package Version
Requires
paragonie/random_compat Version
^2.0
The package yuloh/battery-staple contains the following files
Loading the files please wait ....