Skip to content

Commit 7c074a1

Browse files
committed
:octocat:
1 parent fedf4d3 commit 7c074a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7373
output and input `$format` for the functions `Crypto::encrypt()` and `Crypto::decrypt()`, respectively:
7474

0 commit comments

Comments
 (0)