feat(Random): add hex characters set
This commit is contained in:
parent
9eb428c528
commit
df790e0c9a
3 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$len = $_GET['length'] ?? 32;
|
||||
|
||||
$contains = isset($_GET['contains']) ? explode(',', $_GET['contains']) : ['digit', 'upper', 'lower', 'special'];
|
||||
$contains = isset($_GET['contains']) ? explode(',', $_GET['contains']) : ['hex', 'digit', 'upper', 'lower', 'special'];
|
||||
|
||||
header('Content-Type: text/plain');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue