mirror of
https://github.com/mm201/GamestatsBase.git
synced 2026-09-14 13:35:14 -05:00
The decrypt method needs to be public so I can analyze packet dumps.
This commit is contained in:
@@ -281,7 +281,7 @@ namespace GamestatsBase
|
||||
/// The PID (little endian) is left at the start of the output
|
||||
/// but the (unencrypted) checksum is removed.
|
||||
/// </summary>
|
||||
private byte[] DecryptData(String data)
|
||||
public byte[] DecryptData(String data)
|
||||
{
|
||||
byte[] data2 = FromUrlSafeBase64String(data);
|
||||
if (RequestVersion == GamestatsRequestVersions.Version1) return data2;
|
||||
|
||||
Reference in New Issue
Block a user