AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

Support Windows' credentials API(s) #49

Open rgbkrk opened 9 years ago

rgbkrk commented 9 years ago

Looking over one of the Python implementations (pywin32-ctypes), they're getting access through advapi by way of CredReadW. This is outside my domain, but it seems like the credui interface may be the way to go in the future.

xackery commented 8 years ago

I'm not sure what application or example this issue is in relation to, if you can give more info I would take a stab at it.