I am currently working on an internal Phonegap app for Android. The app will point to html files stored on our companies public facing windows web server. This app will give workers access to files and information stored on our servers.
The data they will be accessing would not be considered super sensitive data, but it still needs to stay private.
In an effort to make the app as simple as possible, it would be nice if users were not forced to login. Would it be considered "secure enough" to publish the HTML files at an unguessable url? The url would be programmed into the app, and the app would only be install on phones we specify.