mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-13 15:27:59 +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) ---------------------------------------------------------------------------------------
|
||||
|
||||
/// <summary>
|
||||
@ -68,6 +73,7 @@ namespace Syroot.Worms.OnlineWorms
|
||||
stream.Write("Online Worms Config File");
|
||||
|
||||
stream.Position = 36;
|
||||
// TODO: Encrypt password and pass appropriate key as ";encryptedData;key".
|
||||
stream.Write(";Unknown;0");
|
||||
|
||||
stream.Position = 66;
|
||||
|
Loading…
x
Reference in New Issue
Block a user