I made a simple class to encrypt and decrypt httprequests. it works perfectly when testing in my local machine, however when deployed to a web hosting server I get an error: "... Array cannot be null.Parameter name: bytes"
Any suggestions will be appreciated !
Humberto
Imports Microsoft.VisualBasic
Imports System.Security.Cryptography
Imports System.Text
Go to the complete details ...