Class:CryptoPlayerPrefsManager

From House of the Dying Sun Modding Wiki
Jump to navigation Jump to search

Salt

Type: int

The salt used for making hashes. Default is "2147483647" (Int32.MaxValue), but in the scene it's "155122354".

Use Rijndael

Type: bool

Whether or not to use the Rijndael standard when hashing.

Use XOR

Type: bool

Whether or not to use XOR when encrypting/decrypting.

See Also

  • CryptoPlayerPrefs