See the attached file for a better overview.
Basically I have am creating a web service that I want my users Apps to call to get data ( data is not specific to any user it’s just analytical data that they will be available using in-app purchases on a device ).
The user will be required to have a user id and password ( or I could use and authenticated phone number as well ).
in any case I really do not like the thought of Open Text on a url - if a user is on a public wifi connection someone could sniff out their info and continue to use my service for free.
The web service would only be user id / password protected.
I wanted to get some thought on encrypting the id and password each time they make a call to the DB.
Thanks in advance - any thoughts and ideas would be appreciated!
Thanks
Larry