Is there an equivalent to Windows.Security.Credentials.PasswordVault (Windows 8) in Windows Phone 7 and if not what is the best way to achieve something similar to this? Would AES or XOR encryption to local settings suffice?
Is there an equivalent to Windows.Security.Credentials.PasswordVault (Windows 8) in Windows Phone 7 and if
Share
You can use the ProtectData class to encrypt data, then store it in the isolated storage. It should be safe enough for your passwords.