Search code examples
jqueryhtmlcordovaphonegap-pluginsphonegap-build

Phonegap - How to encrypt data transfer between server and device


Using phonegap to develop an application, which is the best way to encrypt the communication between server and application?

E.g. Submitting forms on the Login page, Registration page

Back end : PHP
front end : Jquery HTML5 / Phonegap JSON Response


Solution

  • I think you can use SSL communication between client and server. Check this plugin:https://github.com/wymsee/cordova-HTTP