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`
6464- ` NUMERIC ` : numbers 0-9
6565- ` ASCII_LOWER ` : ASCII a-z
6666- ` ASCII_UPPER ` : ASCII A-Z
67- - ` ASCII_SYMBOL ` : ASCII printable symbols
67+ - ` ASCII_SYMBOL ` : ASCII printable symbols `` !"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~ ``
6868- ` HEXADECIMAL ` : numbers 0-9 + ASCII a-f
6969- ` ASCII_ALPHANUM ` : numbers 0-9 + ASCII a-z + A-Z
7070- ` 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 ` !#$%&()*+,-./:;<=>?@[]~_| `
7272
7373output and input ` $format ` for the functions ` Crypto::encrypt() ` and ` Crypto::decrypt() ` , respectively:
7474
You can’t perform that action at this time.
0 commit comments