silverlight - Secure / Authenticated interaction from a WP7 app -


i working on wp7 application. wp7 application interact web services have created. not want other applications interacting these web services. reason why because not want them stealing data. in mind, here i'm doing:

  • connecting web services via https
  • making users login application
  • passing users username / password each web service interaction

at time, don't see stopping malicious developer creating username / password combo , using account in application interact web services. how lock thing down?

thanks!

as start towards more secure system should stop storing password , sending on wire each request (even if you're using ssl).

if must pass each request, store salted hash of password , use instead.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -