File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ pre-defined character maps for use with `Crypto::randomString()` as `$keyspace`
64
64
- ` NUMERIC ` : numbers 0-9
65
65
- ` ASCII_LOWER ` : ASCII a-z
66
66
- ` ASCII_UPPER ` : ASCII A-Z
67
- - ` ASCII_SYMBOL ` : ASCII printable symbols
67
+ - ` ASCII_SYMBOL ` : ASCII printable symbols `` !"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~ ``
68
68
- ` HEXADECIMAL ` : numbers 0-9 + ASCII a-f
69
69
- ` ASCII_ALPHANUM ` : numbers 0-9 + ASCII a-z + A-Z
70
70
- ` ASCII_PRINTABLE ` : numbers 0-9 + ASCII a-z + A-Z + printable symbols
71
- - ` ASCII_COMMON_PW ` : ASCII printable minus a few troublemaker symbols
71
+ - ` ASCII_COMMON_PW ` : ASCII printable minus a few troublemaker symbols ` !#$%&()*+,-./:;<=>?@[]~_| `
72
72
73
73
output and input ` $format ` for the functions ` Crypto::encrypt() ` and ` Crypto::decrypt() ` , respectively:
74
74
You can’t perform that action at this time.
0 commit comments