特殊字符串解密处理错误:

catch Error Code:System.Security.Cryptography.CryptographicException: 填充无效,无法被移除。 在 System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) 在 System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) 在 EncryptDecrypt.DecryptStr(String strDecrypt, String strKey)