hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Enable configurable encryption of persisted storage #4

Closed hanssens closed 7 years ago

hanssens commented 7 years ago

Currently the data as it exists, either in-memory or on disk, is stored in plain-text. There should be an option to encrypt the data, thus making it more secure.

Here are the specs for this feature:

hanssens commented 7 years ago

Update: implemented this in the issue4-encryption branch. Requires some testing in the field; it it blends, it can be deployed.

hanssens commented 7 years ago

Fixed, available in next release (v1.1.0).