Re: [go-nuts] Windows DPAPI Golang package

2016-11-23 Thread Pietro Gagliardi
That is the .net API; the equivalent C API is https://msdn.microsoft.com/en-us/library/aa380261.aspx Looking on godoc.org and github, I don't see any pre-made packages that implement this. However, you can use golang.org/x/sys/windows to call this function yourself. https://github.com/

[go-nuts] Windows DPAPI Golang package

2016-11-23 Thread 'Jan Berktold' via golang-nuts
Hello everyone, Does anyone know a Go package which provides an interface to the Windows Data Protection API? I am pretty much searching for the Go equivalent of this: https://msdn.microsoft.com/en-us/library/system.security.cryptography.protecteddata(v=vs.110).aspx