system_salt_modify_xor - VanaDev/Vana GitHub Wiki
Performs a xor byte-by-byte between the current salt and the argument. It stops once it runs out of argument or salt.
- bytestring: Indicates what value should be xor'd with the current salt.
Performs a xor byte-by-byte between the current salt and the argument. It stops once it runs out of argument or salt.