Hi all ,
I am using encryption to encrypt the query string passed from one
page to other. In works fine most of the time but occationally i get this error
-
The line that throws that exception is
Dim cipherTextBytes As Byte()
cipherTextBytes = Convert.FromBase64String(cipherText)
The Error name is
Run-time exception thrown : System.FormatException - Invalid length for a
Base-64 char array.
Its Very Urgent .Please anyone help me wat to do
Thanks in advance
Selvamariapan.c