D
D
durnevdanya2017-06-06 17:40:42
MongoDB
durnevdanya, 2017-06-06 17:40:42

How to secure data transfer to Mongodb from Unity client?

Hello. Now in Unity I made a login and password entry window. The player enters them and then is taken to another screen. The question is, is it possible to intercept this data during transmission and harm the server? After all, security in a multiplayer game is very important, and I have no idea how to make everything safe.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex Maximovich, 2017-06-06
@durnevdanya

The password in clear text is usually not transmitted by anyone. In principle, you can encrypt the request either in its entirety, or at least wrap the password in md5 and, when registering, write md5 of the password to the database accordingly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question