On Jan 2, 2008 4:35 AM, Helios Nguyen <[EMAIL PROTECTED]> wrote: > can someone tell me with which function > to convert binary to haxadecimal after i use hash functions.
What exactly do you mean? If you want to print a series of bytes as hexadecimal values, use the %x format specifier of printf(). If you want to make a string representation of the hex values of bytes, use sprintf() instead. This is really more of a generic programming question than an OpenSSL one. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]