Base 64 encoding 
Author Message
 Base 64 encoding

Can anyone decode this Base64 header into the appropriate
VB characters?

AQEAAAAAA

Im trying to decode it but cannot find the right
characters to represent it.

thanks - matt



Fri, 05 Mar 2004 08:13:05 GMT  
 Base 64 encoding
Matt says:

Quote:
>Can anyone decode this Base64 header into the appropriate
>VB characters?

>AQEAAAAAA

It results in:
    Chr(1) & Chr(65) & Chr(64)

I hope that helps.

----------
Randy Hunt
MCP+I / MCSE

http://www.serverscripting.com
http://www.wshscripting.com



Sat, 06 Mar 2004 23:35:38 GMT  
 Base 64 encoding
Hi Randy,

thanks for your reply to my problem

How did you manage to get that result? do you have a program (or script) that decodes a base64 block and any unrecognised characters (control characters) are described as chr(number)?

Problem Im having is decoding the base64 block when it has control characters.

Any help you can supply is greatly appreciated.

thanks,

Matt

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Sat, 13 Mar 2004 16:59:14 GMT  
 Base 64 encoding

Quote:
> Hi Randy,

> thanks for your reply to my problem

> How did you manage to get that result? do you have a program (or
> script) that decodes a base64 block and any unrecognised characters
> (control characters) are described as chr(number)?

> Problem Im having is decoding the base64 block when it has control
> characters.

I just stumpled over this article/webpage ... maybe it can help you:

http://www.pstruh.cz/tips/detpg_Base64.htm

--
  - Jesper Stocholm - http://stocholm.dk



Sun, 14 Mar 2004 20:02:06 GMT  
 Base 64 encoding

looks good - Ill try using that BASE64 decoder rather than the one I have here.

thanks - matt

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Mon, 15 Mar 2004 07:47:24 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. encryption base:64

2. (Base 64)Octet-stream attachment to hex

3. Needed BASE 64 code for VB 3.

4. C to VB (for BASE 64 routines)

5. how to decode base 64 code in e-mail

6. how to decode base 64 code in e-mail

7. RFC/MIME and Base 64

8. RFC/MIME and Base 64

9. Crystal Report .Net Web Service ( Invalid length for a Base-64 string )

10. RFC/MIME and Base 64

11. [VBS] vbscript function to convert 64-bit integer to date value

12. Q: GS 4.0 on HP 715/64

 

 
Powered by phpBB® Forum Software