Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
7answers
6k views

TripleDES: Specified key is a known weak key for 'TripleDES' and cannot be used

I'm using the .NET 3.0 class System.Security.Cryptography.MACTripleDES class to generate a MAC value. Unfortunately, I am working with a hardware device that uses "1111111111111111" (as hex) as a ...
5
votes
3answers
1k views

CryptographicException: Padding is invalid and cannot be removed and Validation of viewstate MAC failed

Monitoring my global exception logs this error seems to be impossible to remove no matter what I do, I thought I finally got rid of it but it's back again. You can see a strack trace of the error on a ...
2
votes
4answers
6k views

App.config connection string Protection error

I am running into an issue I had before; can't find my reference on how to solve it. Here is the issue. We encrypt the connection strings section in the app.config for our client application using ...
1
vote
2answers
105 views

C# CryptographicException not being caught

I have a serialisable class called DataSet which has a static method Load(string filename, string password) which returns the deserialised DataSet. Here it is: public static DataSet Load(string ...
1
vote
3answers
555 views

NetworkCredential error in ASP.NET

I am trying to access a webpage through ASP.NET using the NetworkCredential class. However I keep getting an exception with the following message System.Security.Cryptography.CryptographicException: ...
0
votes
1answer
585 views

Bad Data when Encrypt and Decrypt with TDES

I'm encrypting a big string with TDES and trying to decrypt it. Can't understand what's is wrong. When it does the READ function in decryption I get "Bad Data" from the Cryptographic Exception. (I ...