Android Question Savest MSSQL connection?

keirS

Well-Known Member
Licensed User
Longtime User
How secure do you need it?

None of the options mentioned is very secure because they don't use SSL connections. A secure connection would use HTTPS to connect to a web server and use something like oAuth2 to authenticate the request. The request from the Web Server to the database server would also be done using an SSL connection. All this done with proper certificate providers rather than self generated certificates.
 
Upvote 0
Top