Search code examples
c#securitywindows-phone-7encryptiondata-storage

WP7 - Best way to store secure data


I am curious, what is the best way to store data on Windows Phone 7 in a secure way like a password etc.

I explored the ProtectedData option, but is this the best way of storing(encrypting) data? If so what is the best way of implementing this option?


Solution

  • There is a good article about secure storing data by Rob Tiffany! You can find it here...