mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 15:34:05 +02:00
Change the hash salt from Vircadia to Overte
This commit is contained in:
parent
38caf617a2
commit
2e7b19ea40
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ static const int HASH_ITERATIONS = 65535;
|
|||
|
||||
// Salt string for the hardware ID, makes our IDs unique to our project.
|
||||
// Changing this results in different hardware IDs being computed.
|
||||
static const QByteArray HASH_SALT{"Vircadia"};
|
||||
static const QByteArray HASH_SALT{"Overte"};
|
||||
|
||||
static const QString FALLBACK_FINGERPRINT_KEY = "fallbackFingerprint";
|
||||
|
||||
|
|
Loading…
Reference in a new issue