You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k_nSteamEncryptedAppTicketSymmetricKeyLen dictates an Encrypted App Ticket Key length of 32, which is also what Spacewar uses.
However, generating an Encrypted App Ticket Key over at https://partner.steamgames.com/apps/sdkauth/<AppId> produces a key of length 64.
Manually setting a 32 length key makes the callresult from RequestEncryptedAppTicket yield EResult.k_EResultFail
This effectively renders SteamEncryptedAppTicket.BDecryptTicket unusable for anything but Spacewar.
I'm unable to tell if it's Steamworks.NET, Steamworks SDK or myself that is flawed in this scenario. Any input?
The text was updated successfully, but these errors were encountered:
k_nSteamEncryptedAppTicketSymmetricKeyLen
dictates anEncrypted App Ticket Key
length of 32, which is also what Spacewar uses.However, generating an
Encrypted App Ticket Key
over athttps://partner.steamgames.com/apps/sdkauth/<AppId>
produces a key of length 64.Manually setting a 32 length key makes the callresult from
RequestEncryptedAppTicket
yieldEResult.k_EResultFail
This effectively renders
SteamEncryptedAppTicket.BDecryptTicket
unusable for anything but Spacewar.I'm unable to tell if it's Steamworks.NET, Steamworks SDK or myself that is flawed in this scenario. Any input?
The text was updated successfully, but these errors were encountered: