I am trying to store passwords for windows phone 8.1 application written in c# but I do not know the best way to do this. I want these files to be encrypted and I prefer to serialize objects directly into the storage.
Asked
Active
Viewed 512 times
1 Answers
1
You can encrypt the password, via these methods and I would store them in a binary file via here and then use a binary reader found here to read the passwords back. Of course you would need to encrypt the password the user entered to see if it matches the saved password.
Also, what do you have so far?

Community
- 1
- 1

Rguarascia
- 193
- 3
- 20