an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > CryptographicException occured
Last Post 5/10/2011 7:38:17 AM By hlopezrd. 1 replies.
5/9/2011 8:47:20 PM
hlopezrd
Posts: 14
Joined: 4/3/2009
CryptographicException occured
 Hi to all,
I change to a new developer machine, now when I going to do a new order or change my accoun setting I got an error:
 
CryptographicException occured
Padding is invalid and cannot be removed.
 
This happen when I check out an order or when I going to change My Account setting (got error in method CreditCard.Get();)
I made the master key again (using EntLib) but still I got the error.
What can I do?
 
Thanks in advance
5/10/2011 7:38:17 AM
hlopezrd
Posts: 14
Joined: 4/3/2009
Re: CryptographicException occured
 I fix the problem.
This error is because all previus data saved with the old key.
I delete the credit card info and work ok.
Thanks to jodakilag and this post