- Home /
Security, Authentication, TLS & UnityWebRequest
Hello,
I'm working on Login system and I want to make secure connection between Unity client side and PHP server side, sending username and password as it is in plain text is Good? what should I do?
There are some questions in my mind I wnat to figure it out:
1-Do I Encrypt data before sending it to the sever by (i.e RSA, AES...etc) or using TLS is enough or using of both?
2- what is Authentication and how can I make it between client and server and it is different from TLS?
3- which is better WWW or UnityWebRequest?
4- What is the best way to do secure connection between unity and PHP (Safest)?
Could you give me some tips, implementation And good resources.
Thanks in advance.
Your answer
Follow this Question
Related Questions
WWW.text result Security 0 Answers
Data encryption to transfer data over web 1 Answer
Saftey on Unity Servers 0 Answers
WWW fails in Webplayer but not Standalone 0 Answers
Unity Member subscription game More security? IDEAS? 0 Answers