# 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. |