× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



would something like this work for you?

http://www.systeminetwork.com/article/application-development/sha1-md5-and-base64-without-apis-63029

SHA1, MD5, and Base64 Without APIs
Date Posted: January 15, 2009 12:00 AM
Author: Scott Klement

I tried this and it worked...
openssl base64 -in /path/to/file.in -out /path/to/encoded/file.base64

Bryan


Jorge Merino said the following on 4/11/2012 1:49 PM:
Hi,

I want to encode a TIF image stored on the IFS and to embed it into an XML document that will be downloaded on a web browser.

I know that by open() the IFS file, then QDCXLATE(), and base64_encode() -of course using Scott's tools- do the magic, but has to be by reading in a loop the buffer returned by open().

However, I want to save some extra programming by avoiding the loop and convert the full streamed file in one single step (I'm already using CGIDEV2-LoadStreamFile that returns the streamed file).

I found that I can use 'iconv' API from QTQICONV service program to do this conversion, does somebody can share an example of parameters to be used for 'iconv'?.

Thanks you all.

-Jorge


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.