salting.lua - VanaDev/Vana GitHub Wiki
- system_salt_prepend
- system_salt_append
- system_salt_chopdistribute
- system_salt_chopcrossdistribute
- system_salt_intersperse
- system_salt_leftover_discard
- system_salt_leftover_append
- system_salt_leftover_prepend
- system_salt_leftover_rollover
- system_salt_modify_xor_byte
- system_salt_modify_xor
- system_salt_modify_bit_rotate
- system_salt_modify_overall_bit_rotate
- system_salt_modify_rotate
- system_salt_modify_bit_reverse
- system_salt_modify_reverse
- system_salt_modify_overwrite
- system_salt_modify_add
- system_salt_modify_subtract
- system_salt_modify_multiply
- system_salt_modify_divide
- system_salt_modify_append
- system_salt_modify_prepend
- system_salt_modify_intersperse
Required: Yes
Type: salting object
Notes: Describes the policies surrounding salting of user accounts. Changes to the policies must accompany password resets. Changes to salt_size do not require a reset, they only apply to new salts.
Required: Yes
Type: salting object
Notes: Describes the policies surrounding salting of interserver authentication values. Changes to the policies must accompany server restarts to take effect. salt_size is ignored since the salt is specified in a separate configuration file.