Hi Mansur, > I found ext:Base64 function for encoding, but no function for > decoding base64, maybe I missed something?
Right. There is only 'ext:Base64'. Unfortuantely there is no built-in function for decoding. The easiest is probably to call /usr/bin/base64 from the coreutils package in an 'out' pipe. Or is there a C library function callable by 'native'? Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
