文件名称:PasswordGenerator:开源密码生成器 - 随意分叉它!
文件大小:10KB
文件格式:ZIP
更新时间:2024-08-01 06:24:53
PHP
字符串生成器 StringGenerator 是一个小程序,它允许您创建三个不同级别的随机密码。 只需选择组成密码的字符数,并使用三个常量之一来更改密码生成的难度: PASSWORD_EASY、PASSWORD_MEDIUM 和 PASSWORD_HARD。 这个怎么运作 <?php // Simply create a new instance of PasswordGenerator Class // Choose the number of characters // And change the name of the constant to change the difficulty // You're done :) $ passwordGenerator = new PasswordGenerator (); // First parameter is the num
【文件预览】:
PasswordGenerator-master
----.gitignore(14B)
----README.md(2KB)
----index.php(399B)
----tests()
--------PasswordGeneratorTest.php(2KB)
----composer.lock(28KB)
----composer.json(359B)
----phpunit.xml.dist(779B)
----.scrutinizer.yml(5KB)
----src()
--------PasswordGenerator.php(2KB)
----Class()
--------BaseHydrate.php(110B)
----.travis.yml(304B)