Class Security
Handles hashing, tokens, randomising and other security operations
Abstract
Namespace: Alo\Statics
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/statics/security.php
Namespace: Alo\Statics
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/statics/security.php
Methods summary
public static
string|array
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
ascii_rand( integer $length, integer $subset =
Generates a string of random ASCII characters |
public static
boolean
|
|
public static
boolean
|
|
public static
string
|
Magic methods summary
Constants summary
integer |
ASCII_ALL
|
0 |
#
Defines the ascii charset subset as "the entire set" |
integer |
ASCII_ALPHANUM
|
1 |
#
Defines the ascii charset subset as "only alphanumeric" |
integer |
ASCII_NONALPHANUM
|
2 |
#
Defines the ascii charset subset as "only non-alphanumeric" |
Properties summary
protected static
array
|
$ascii_alphanum |
#
Array of ASCII alphanumeric characters |
protected static
array
|
$ascii_rest |
#
The rest of the ASCII charset |