Merge pull request #869 from daleglass-overte/change-vircadia-fingerprint

Change the hash salt from Vircadia to Overte
This commit is contained in:
Dale Glass 2024-03-16 22:31:33 +01:00 committed by GitHub
commit 9c823a8534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";