it is in my first post and title MS SQL 2012 Server. what I did not mention is "I use jtds-1.3.1 for connection", is it possible to use SQLCipher with it?it is not clear what database you are connecting to
dbJDBCurl = "jdbc:jtds:sqlserver://" & dbCurrentIP & "/" & dbName & ";ssl = request"
How are you monitoring the packets? The client should first create an SSL connection to the server and then use TDS over SSL to communicate with the server.I monitored the packets sent from phone to server, but I still see username and password in plain text and protocol is TDS not SSL
wiresharkHow are you monitoring the packets?