MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve file data caching with encryption

jamesmcroft opened this issue · comments

The current file system data caching mechanism is simple and writes out the data it stores into files which can be read easily.

It would be a good idea to implement encryption and decryption of the data stored.

I've been thinking about this and we can either take advantage of already available libraries or could be incorporated as a feature in the XPlat Windows libraries. Thoughts?

I was going to recommend using PCLCrypto mainly because it's one we've used before.