I would like to encrypt some of my Windows 8 app data (stored in local storage folder). This is not very sensitive data, however I would like to prevent users from forging/modifying it (and was looking into encryption as a way to achieve that).
Is there any secure key store available that I could use to save my key for later reuse? What I would like to do is: 1) on the first run generate the key and store it somewhere, 2) encrypt the data using the key, 3) anytime i need to decrypt the data i would retrieve the key from the store.