I am attempting to encrypt /Client/LoginWithSteam API calls, however RSA encryption will not work because the length of the message must be smaller than the modulus - which is ~237 btyes (result of 256 bytes minus header size), steam tickets are much larger than this limit.
Is there another encryption method that PlayFab supports that will be able to handle a package of this size?
@SethDu @Sarah Zhang @Citrus Yan @Gosen Gao apologizes for the tag, but since you all are knowledgeable on PlayFab and active on the forum, this may be the only way to get an answer. Thank you for any time and consideration in advance.
Also to provide extra context, I am using Unity Engine with the latest PlayFabSDK release. I am also not attempting to use SteamEncryptAppTicket, I would like to use the Playfab supported version but encrypt the API call (/Client/LoginWithSteam). Also I have already updated the policy in my server.
Answer by SethDu · Apr 28 at 06:27 AM
Does PlayFab return any detailed error messages when you try to use encrypted login? I can submit a report to the team if you can provide detailed reproduction steps.
Please also consider submitting a support ticket to us if you are in a standard or more exclusive subscription plan, so that we can involve the product team
upload entities from one account to another in same title 0 Answers
Email registration across different titles 1 Answer
Best practice for caching a previously authenticated user? 2 Answers
Server API for AddGenericId and GetPlayFabIDsFromGenericIDs 1 Answer
Register playfab user does not receive info request params 1 Answer