mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Client] Use clearer wording for comment in GUIController
This commit is contained in:
parent
219f0cb88e
commit
d4df2948dd
@ -175,8 +175,8 @@ void mwmp::GUIController::onInputBoxDone(MWGui::WindowBase *parWindow)
|
||||
LocalPlayer *localPlayer = Main::get().getLocalPlayer();
|
||||
std::string textInput = mInputBox->getTextInput();
|
||||
|
||||
// Send SHA256 hash of input for password dialogs after it's been hashed and rehashed,
|
||||
// for some slight extra security that doesn't require the client to keep storing a salt
|
||||
// Send input for password dialogs after it's been hashed and rehashed, for some slight
|
||||
// extra security that doesn't require the client to keep storing a salt
|
||||
if (localPlayer->guiMessageBox.type == BasePlayer::GUIMessageBox::PasswordDialog)
|
||||
{
|
||||
textInput = picosha2::hash256_hex_string(textInput);
|
||||
|
Loading…
x
Reference in New Issue
Block a user