mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1 KiB
1 KiB
SecurityHelper Fields
Fields
LOWER_CASE_CHARACTERS | A string of all the lower case characters. |
NUMBER_CHARACTERS | A string of all the numeric characters. |
SALT_SIZE | Default size to use when generating a new salt. |
SPECIAL_CHARACTERS | A string of the most common non-alphanumeric characters. |
UPPER_CASE_CHARACTERS | A string of all the upper case characters. |