yuloh/battery-staple
最新稳定版本:1.0
Composer 安装命令:
composer require yuloh/battery-staple
包简介
Generate XKCD inspired passwords
README 文档
README
A password generator, inspired by XKCD.
Install
Via Composer
composer require yuloh/battery-staple
Usage
$password = Yuloh\BatteryStaple\PasswordGenerator::generate(); // returns something like "beefjapanesesealedunwrap"
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_intand 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?)
统计信息
- 总下载量: 573
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-17