mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-27 22:27:58 +03:00
Prepare encrypting password.
This commit is contained in:
parent
c5db3266d3
commit
e9da2e440f
@ -51,6 +51,11 @@ namespace Syroot.Worms.OnlineWorms
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the initially entered password. This value is encrypted before being stored in the config.
|
||||||
|
/// </summary>
|
||||||
|
public string Password { get; set; }
|
||||||
|
|
||||||
// ---- METHODS (PUBLIC) ---------------------------------------------------------------------------------------
|
// ---- METHODS (PUBLIC) ---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -68,6 +73,7 @@ namespace Syroot.Worms.OnlineWorms
|
|||||||
stream.Write("Online Worms Config File");
|
stream.Write("Online Worms Config File");
|
||||||
|
|
||||||
stream.Position = 36;
|
stream.Position = 36;
|
||||||
|
// TODO: Encrypt password and pass appropriate key as ";encryptedData;key".
|
||||||
stream.Write(";Unknown;0");
|
stream.Write(";Unknown;0");
|
||||||
|
|
||||||
stream.Position = 66;
|
stream.Position = 66;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user