I am trying to encrypt data using DPAPI-NG but it fails on execution of NCryptProtectSecret, it returns: > 0x80090034 (NTE_ENCRYPTION_FAILURE) I have created NCryptCreateProtectionDescriptor with local user SID: "SID=S-1-5-21-2942599413-360359348-3087651068-500" Then I use this instance of descriptor as input for NCryptProtectSecret, but it does not work. If I use a protection [...] read more