> How do I reverse the following operation:
> 
>       get binaryDecode("H*", someBinaryData, tHexDigest)
> 
> With binaryEncode:

Try:
  put binaryEncode("H*", tHexDigest) into someBinaryData

> So I have two questions - why is:
> 
>        get binaryDecode("H*", someBinaryData, tHexDigest)
> 
> better than using:
> 
>      put base64Encode(someBinaryData) into someText
> 
> If i am thinking of using the resulting text as a file name? Output  
> can include "+, /, and =" - but that is OK no?

I think the path-separator '/' might cause you some difficulties :o)

Warmest Regards,

Mark.

------------------------------------------------------------------
 Mark Waddingham ~ [EMAIL PROTECTED] ~ http://www.runrev.com
       Runtime Revolution ~ User-Centric Development Tools

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to