Re: base64 encode of sha1

2006-10-19 Thread Kaushalye Kapuruge
Kaushalye Kapuruge wrote: Witek wrote: Kaushalye Kapuruge wrote: Hi, I tried to get the base64 encoded result of a SHA1 digest. But the result is not compatible with the same operation in Java. Also I tried to use a javascript function. It is matching with the result of the Java implementat

Re: base64 encode of sha1

2006-10-19 Thread Kaushalye Kapuruge
Witek wrote: Kaushalye Kapuruge wrote: Hi, I tried to get the base64 encoded result of a SHA1 digest. But the result is not compatible with the same operation in Java. Also I tried to use a javascript function. It is matching with the result of the Java implementation but not with the openss

Re: base64 encode of sha1

2006-10-19 Thread Witek
Kaushalye Kapuruge wrote: Hi, I tried to get the base64 encoded result of a SHA1 digest. But the result is not compatible with the same operation in Java. Also I tried to use a javascript function. It is matching with the result of the Java implementation but not with the openssl result. So I

Re: base64 encode of sha1

2006-10-19 Thread Girish Venkatachalam
On Thu, Oct 19, 2006 at 12:14:55PM +0530, Kaushalye Kapuruge wrote: > Hi, > I tried to get the base64 encoded result of a SHA1 digest. But the > result is not compatible with the same operation in Java. Also I tried > to use a javascript function. It is matching with the result of the Java > imp

base64 encode of sha1

2006-10-18 Thread Kaushalye Kapuruge
Hi, I tried to get the base64 encoded result of a SHA1 digest. But the result is not compatible with the same operation in Java. Also I tried to use a javascript function. It is matching with the result of the Java implementation but not with the openssl result. So I guess there is something w