Connecting Tech Pros Worldwide Help | Site Map

Err msg : "Invalid character in a Base-64 string"

 
LinkBack Thread Tools Search this Thread
  #1  
Old March 21st, 2006, 06:25 PM
Jon Paal
Guest
 
Posts: n/a
Default Err msg : "Invalid character in a Base-64 string"

how can I find which character is invalid in base-64 string ?



  #2  
Old March 21st, 2006, 08:35 PM
George Ter-Saakov
Guest
 
Posts: n/a
Default Re: Err msg : "Invalid character in a Base-64 string"

Not sure why do you want it but have a guess.

Are you having an errors when you have InvalidView state?

The problem is that if you have a web site on the internet there are plenty
of robots that walking around and trying to fill the <form> with spam
messages hopping it will be forwarded to email address. Thus get the spam to
the end user.

The ASP.NET detects that because those robots are changing the hidden fields
too. And the ViewState stops being valid anymore.

So in plain words i would not worry about those errors..

George.


"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot com> wrote in message
news:%23YvCkvRTGHA.5884@TK2MSFTNGP14.phx.gbl...[color=blue]
> how can I find which character is invalid in base-64 string ?
>[/color]


  #3  
Old March 21st, 2006, 09:05 PM
Bruce Barker
Guest
 
Posts: n/a
Default Re: Err msg : "Invalid character in a Base-64 string"

for base64 the valid charset is:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwx yz0123456789+/

the = is used as filler for the last bytes, as the length must be mulitple
of 3

-- bruce (sqlwork.com)




"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot com> wrote in message
news:%23YvCkvRTGHA.5884@TK2MSFTNGP14.phx.gbl...[color=blue]
> how can I find which character is invalid in base-64 string ?
>[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.