mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-28 20:15:32 +00:00
[Client] Use clearer wording for comment in GUIController
This commit is contained in:
parent
219f0cb88e
commit
d4df2948dd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue