question

brendan avatar image
brendan asked

Keeping games secure

What is PlayFab's perspective on data security and the client/server relationship?

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

·
brendan avatar image
brendan answered

Security is a foremost concern for us, here at PlayFab, and it's a fundamental reason why games need a backend service. Any data which originates from a user-controlled device must be treated with suspicion, and any non-secure communications must also be considered suspect. Solving for the latter is straightforward - PlayFab secures all communications with clients via SSL, in order to help prevent third parties from interfering in any way. Solving for the former requires moving the authority for decision-making to the server - which is a primary driver in the planning and delivery of the PlayFab service suite. From secure purchase processes, which use trusted server-to-server interactions to ensure players get what they pay for (and pay for what they get) to server-based statistics and inventory management, our goal is to ensure that your title is seen as having a fair playground for users.

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.