Return Data from Livecode Server
Posted: Mon Mar 30, 2015 9:29 pm
/**this might be a stupid question***?
I have been tinkering with encrypting/decrypting and encoding/decoding data from a Livecode Desktop Application to Livecode Server. Great. I have a good grasp on the basics, and can successfully encrypt passwords, encrypt data with those passwords, and then decrypt everything on the server, do stuff with that data, and return data from a database on the same server.
My question: should the return data also be encrypted? and then decrypted on my application, or is this not necessary?
I have an ssl cert on my server, and use https:// in the address I am sending to, but I don't have enough grasp on the concept to know if the data I am getting back from my server is in danger of being intercepted by men wearing black clothes and smoking cigarettes.
I have been tinkering with encrypting/decrypting and encoding/decoding data from a Livecode Desktop Application to Livecode Server. Great. I have a good grasp on the basics, and can successfully encrypt passwords, encrypt data with those passwords, and then decrypt everything on the server, do stuff with that data, and return data from a database on the same server.
My question: should the return data also be encrypted? and then decrypted on my application, or is this not necessary?
I have an ssl cert on my server, and use https:// in the address I am sending to, but I don't have enough grasp on the concept to know if the data I am getting back from my server is in danger of being intercepted by men wearing black clothes and smoking cigarettes.