question

dwarfontherun avatar image
dwarfontherun asked

Title Data Encryption

Hey !

What would be the best way to ensure safety or encrypt Title Data ? I want to store character stats but I'm concerned players could hack it and modify the json files.

Any advice ? :)

Title Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

As the doc: Title Data - PlayFab | Microsoft Learn say, Title Data are copied and distributed to potentially hundreds of machines in the PlayFab server cluster, so PlayFab will ensure the safety of these data in the server. And PlayFab only provides the GetTitleData API to the Client, so as long as you update your Title Data only from your Admin tool (using server API with Secret Key which should never be exposed to clients), your Title Data should safe enough. Also note that Title Data is cached, and changes may take up to fifteen minutes to refresh in those caches. So Title Data is best suited for Global Constant/Static Data and is not suitable or reliable as Global Variables.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.