Posting Large Data to Querystring

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am trying to post a large amount of data from an XmlSerialized
Arraylist that is converted into a string of hex values.

When I pass it to a querystring sometimes its gets truncated.

Is there another way to hash an XmlSerialized byte array, instead of
just converting it to a string of hex values (which doubles the
length).

Maybe a checksum, something? snippets appreciated...

Thanks in advanced.

PS. the hash needs to be URL Safe.

.



Relevant Pages

  • Re: Passing in Hex values for encryption
    ... > Does anyone know a neat and tidy way of converting a string of Hex ...
    (microsoft.public.dotnet.security)
  • Re: how to preserve hex value
    ... When converting a hex value, I'd like to preserve the decimal ... 0x0A is converted to 0A not just A in string. ... They are semantically meaningless in python. ...
    (comp.lang.python)
  • Re: Word value to hex string...
    ... I've put together a small routine for converting the value in AX to a hex ... string starting at offset in DI. ...
    (alt.lang.asm)
  • RC4 StrToHex function
    ... encrypted RC4 string to hex. ... Converting to C# is beyond my skillset at the moment. ... Dim Pos As Long ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: 4-byte ieee754 single-precision floating-point number, convert to string in JS
    ... They are the serialization of the 32-bit single-precision floating- ... point number whose value in hex is 0x41a8147b and whose decimal value ... Or a Method of String which takes 8 characters of the existing String ... scripts written by Dr JRStockton: ...
    (comp.lang.javascript)