Posts Tagged ‘urlencoding’
Base-64 as URL Parameter
Yesterday, I was working on an application that passes encrypted data as a URLEncoded parameter on to another page.
The problem we were having with this code was that the code would occasionally give us the error, “Invalid Length for a Base-64 char array” when the code was converting the parameter back to a byte array so that it could decrypt it.
What was even more puzzling is that the exact same code run from two different computers would produce two different results. So it wasn’t exactly data-specific.
Other Related Items:
Panda Internet Security 2010 3 UserPanda Internet Security 2010 protects your computer from viruses spyware rootkits hackers online fraud identity theft and all other Internet threats. ... Read More >
Detroit Red Wings Henrik Zetterberg 2009 Puck Base BobbleheadThis officially licensed limited edition NHL puck base player bobble head figure features your favorite star and will look great displayed on your des... Read More >
Caselogic UP-2 Universal Pockets Medium (Black)Case Logic Pockets are perfect for MP3 players, compact cameras, most cell phones and other personal devices. Adjustable lanyard and carabineer keep your personal device close-at-hand. Form-fitting, protective neoprene material stretches to accommodate various products.

