Windows error 0x80131430, -2146233296

Detailed Error Information

CORSEC_E_CRYPTO[1]

Message"Failure during Cryptographic operation."
Comment generic CryptographicException

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5168 (0x1430)

Questions

0votes
0answers

getting error while decrypt while using RSA key container and encrypt data using exported public key

In below code I am first creating asymmetric key and exporting public key to location C:\Temp. Now I am encrypt and decrypt a text `test", but during decryption I am getting below error, What is issue with code? Is this not encrypting properly? How to fix it? Please suggest System.Security.Cryptography.CryptographicException: [...] read more
c#
cryptography
rsa
0votes
1answer

decrypt encrypted string during different run

The code below works fine and encrypts: hello world to: BgGUY2eR7GfumjbQr58tBQ== for a run. The next time this may be different, for example: CYIM7V/h3iXu5PYzwmQ33g== I think this is the point of this algorithm. How do I decrypt a string that was encrypted a while back? If I do: static void [...] read more
c#
encryption
-1votes
2answers

SQL Server 2014 packages from SSDT 2015

Hello I created a package in SSDT 2015 and I am trying to run it on SQL Sever 2014. I tried "save a copy of .." and got it saved on the SQL server. When I create a Job and try to execute the package I get an error: > [...] read more
sql-server
ssis
etl
sql-server-data-tools
ssis-2014

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0