Files
HackBrowserData/crypto/crypto_linux.go
T

8 lines
116 B
Go

//go:build linux
package crypto
func DecryptDPAPI(_ []byte) ([]byte, error) {
return nil, errDPAPINotSupported
}