DavidRogers / kato

A Windows client for monitoring Jenkins builds
MIT License
38 stars 26 forks source link

Implement authentication using Windows Credentials Management API #12

Closed aliozgur closed 8 years ago

aliozgur commented 8 years ago

One more try for #10 and #11. The actual implementation is 45500ac

DavidRogers commented 8 years ago

Just so that I am clear about what this code is doing, can you explain what problem this fixes. I have never used the WCM api before.

aliozgur commented 8 years ago

WCM API provides apps an OS level secure vault ( something more or less like Key Chain in Mac OSX) service to store and retreive credentials. Instead of using your own encryption and secure storage methods you can rely on WCM.