Change the hash salt from Vircadia to Overte

This commit is contained in:
Dale Glass 2024-03-14 22:35:40 +01:00
parent 38caf617a2
commit 2e7b19ea40

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