There may be many scenarios, when you need to save data in protected form for your application in isolated storage. Of course you have an option
  1. To encrypt the data with some encryption algorithm
  2. Save in the isolated storage
Problem with above approach is either you will have to store the key in isolated storage or read it from some external sources. In major scenarios key is residing on the phone itself and it brings the flaw.

Windows Phone Data Protection API helps us to protect data at the application level. On Windows Phone 7 every application has their own key. This key gets created when you first run the application.

✔ Read More...


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

C#,Mobile Development Tutorials,Mobile Developments,Window Phone Tutorials,WP7,WP8,Decryption, Encryption, Isolated Storage, Passowrd, Window 7 Phone Application, Windows 7.1