Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protect sensitive credentials and keys using Windows crypto API #17

Closed
Rondom opened this issue Aug 4, 2016 · 2 comments
Closed

Protect sensitive credentials and keys using Windows crypto API #17

Rondom opened this issue Aug 4, 2016 · 2 comments

Comments

@Rondom
Copy link

Rondom commented Aug 4, 2016

For additional security the keys and the login-tokens could be stored encrypted.

https://en.wikipedia.org/wiki/Data_Protection_API
https://msdn.microsoft.com/en-us/library/system.security.cryptography.protecteddata(v=vs.110).aspx

@viciousviper
Copy link
Owner

Thanks for bringing up this issue and suggesting a potential approach to its solution.
Instead of entirely obfuscating all of the application settings by encrypting the settings files I am working on a solution to specifically encrypt account credentials and access tokens through AES.
The scheme has been put in place in the CloudFS project, and I'll connect it to DokanCloudFS next.

@viciousviper
Copy link
Owner

Fixed with v1.0.8-alpha.
Please check if this works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants