RE: how we can encode SHA-1 hash to Base64

2004-07-12 Thread Asanka Priyanjitih
tenbach [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 5:45 PM To: [EMAIL PROTECTED] Subject: Re: how we can encode SHA-1 hash to Base64 Asanka, I assume you want to do the encode using OpenSSL? There is some stuff in the OpenSSL interface for Base64 in xsec that might provide some pointer

Re: how we can encode SHA-1 hash to Base64

2004-07-08 Thread Berin Lautenbach
Asanka, I assume you want to do the encode using OpenSSL? There is some stuff in the OpenSSL interface for Base64 in xsec that might provide some pointers. http://cvs.apache.org/viewcvs.cgi/xml-security/c/src/enc/OpenSSL/OpenSSLCryptoBase64.cpp?rev=1.7&view=markup If you want to do it using xsec,

Re: how we can encode SHA-1 hash to Base64

2004-07-08 Thread Davanum Srinivas
Check xerces-c source code (http://xml.apache.org/xerces-c/apiDocs/Base64_8hpp-source.html) -- dims - Original Message - From: Asanka Priyanjitih <[EMAIL PROTECTED]> Date: Thu, 8 Jul 2004 09:58:06 +0600 Subject: how we can encode SHA-1 hash to Base64 To: [EMAIL PRO

how we can encode SHA-1 hash to Base64

2004-07-07 Thread Asanka Priyanjitih
Hi Team     I wrote a piece of code to generate a password digest. But this is not complete one. After generating SHA-1 hash, we have to encode SHA-1 hash to Base64.If some one knows how can we do that using that libraries or some other suitable method please tell me?   This is that m