Windows error 0x8009002C, -2146893780

Detailed Error Information

NTE_DECRYPTION_FAILURE[1]

MessageThe specified data could not be decrypted.
Declared inwinerror.h
HRESULT analysis: flags: S; facility: 9 (FACILITY_SSPI); error: 44 (more)

Questions

15votes
2answers

UWP - Cross Device Data Encryption

My UWP app stores data in encrypted form in local SQLite database on the device. I use Windows.Security.Cryptography.DataProtection classes for static data and also data streams encryption/decryption (Ref: https://docs.microsoft.com/en-us/windows/uwp/security/cryptography) I have provided OneDrive data backup facility with the idea that the user can backup entire database to OneDrive from one [...] read more
c#
security
encryption
uwp

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0