Log Entry : 02/19/2024 01:22:36 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 01:22:37 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 01:23:01 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 01:23:01 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 11:47:55 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 11:47:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 11:48:19 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 11:48:19 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 11:50:12 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 11:50:12 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 11:50:36 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 11:50:36 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 11:50:58 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 11:50:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 11:51:34 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 11:51:34 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:09:36 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:09:36 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:10:00 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 12:10:15 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:11:04 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:11:04 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:11:28 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 12:11:44 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:13:52 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:13:53 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:14:17 Error in: Api Neeyam app System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---> System.ComponentModel.Win32Exception (0x80004005): The network path was not found at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ClientConnectionId:00000000-0000-0000-0000-000000000000 Error Number:53,State:0,Class:20___. Error Message: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Insight.Database.DBConnectionExtensions.DetectAutoOpen(IDbConnection connection, Boolean& closeConnection) at Insight.Database.DBConnectionExtensions.ExecuteAndAutoClose[T](IDbConnection connection, Func`2 getCommand, Func`3 translate, CommandBehavior commandBehavior) at Insight.Database.DBConnectionExtensions.Query[T](IDbConnection connection, String sql, Object parameters, IQueryReader`1 returns, CommandType commandType, CommandBehavior commandBehavior, Nullable`1 commandTimeout, IDbTransaction transaction, Object outputParameters) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 379 ________________________________________________ Log Entry : 02/19/2024 12:14:17 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:19:07 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:19:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:07 Error in: Api Neeyam app System.Configuration.ConfigurationErrorsException: The entry 'connectionstring' has already been added. (C:\IIS-Sites\Prod-Neeyam-API\v1.2\web.config line 14) at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at NeeyamServices.Global.Application.get_ConnectionString() in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\ApplicationGlobal.cs:line 288 at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 273___. Error Message: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at NeeyamServices.Global.Application.get_ConnectionString() in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\ApplicationGlobal.cs:line 288 at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 273 ________________________________________________ Log Entry : 02/19/2024 12:19:07 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:19:21 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:19:21 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:21 Error in: Api Neeyam app System.Configuration.ConfigurationErrorsException: The entry 'connectionstring' has already been added. (C:\IIS-Sites\Prod-Neeyam-API\v1.2\web.config line 14) at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at NeeyamServices.Global.Application.get_ConnectionString() in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\ApplicationGlobal.cs:line 288 at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 273___. Error Message: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at NeeyamServices.Global.Application.get_ConnectionString() in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\ApplicationGlobal.cs:line 288 at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 273 ________________________________________________ Log Entry : 02/19/2024 12:19:21 Error in: Api Neeyam app System.InvalidOperationException: The SMTP host was not specified. at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156___. Error Message: at System.Net.Mail.SmtpClient.CheckHostAndPort() at System.Net.Mail.SmtpClient.Send(MailMessage message) at Elmah.ErrorMailModule.ReportError(Error error) at Elmah.ErrorSignalEventHandler.Invoke(Object sender, ErrorSignalEventArgs args) at Elmah.ErrorSignal.Raise(Exception e, HttpContext context) at NeeyamServices.Repository.UsersRepository.CheckLoginAuthentication(UsersModel model) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Repository\UsersRepository.cs:line 433 at NeeyamServices.NeeyamService.Login(LoginWithDeviceSession CombineObj) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\NeeyamService.svc.cs:line 156 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:19:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:12 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:20:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.NullReferenceException: Object reference not set to an instance of an object. at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205___. Error Message: at NeeyamServices.Global.Cryptology.StringToByteDecimal(String StringToConvert) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 260 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 205 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:42 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:43 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:21:50 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:24:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:07 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:12 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:19 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:20 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:25:30 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:26:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:27:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:29:05 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:13 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:32:49 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:33:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:34:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 12:35:18 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:15 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:13:23 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:38 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:16:52 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:20:34 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:22:55 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:03 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:23:28 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:24:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:11 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:26 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:31 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:28:59 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:06 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:08 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:09 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:47 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:47 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:47 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:29:48 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:41 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:36:44 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:37:22 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:37:22 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:37:22 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 15:37:22 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 16:08:10 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 17:24:01 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:11:50 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:11:50 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:11:50 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:11:50 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:56 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:14:58 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:00 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________ Log Entry : 02/19/2024 18:15:02 Error in: Api Neeyam app System.Security.Cryptography.CryptographicException: Bad Data. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214___. Error Message: at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.ReadByte() at NeeyamServices.Global.Cryptology.ByteToString(CryptoStream buff) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 300 at NeeyamServices.Global.Cryptology.TripleDESDecryptID(String encryptedMessage) in E:\Projects\Neeyam\NeeyamApi\NeeyamAPI\NeeyamServices\Global\Cryptology.cs:line 214 ________________________________________________