viciousviper / CloudFS

The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.
MIT License
79 stars 26 forks source link

Protect sensitive credentials and keys #14

Closed viciousviper closed 8 years ago

viciousviper commented 8 years ago

As requested by @Rondom in https://github.com/viciousviper/DokanCloudFS/issues/17, privacy sensitive information like user credentials and keys should be encrypted before being persisted to a configuration file.

viciousviper commented 8 years ago

Privacy sensitive settings will now be AES encrypted using a key exported via the MEF contract ExportContracts.SettingsPassPhrase.