Re: MS Crypto API and Sun's JCE producing different MD5 MAC Results.
From: Daniel Soriano (dsoriano_at_isoco.com)
Date: 06/03/04
- Next message: Vit: "Re: mystery problem"
- Previous message: Alon Bar-Lev: "Re: DPAPI protection credentials used with smartcard logons"
- In reply to: Adrian: "MS Crypto API and Sun's JCE producing different MD5 MAC Results."
- Next in thread: Emile Deen: "RE: MS Crypto API and Sun's JCE producing different MD5 MAC Results."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 3 Jun 2004 03:09:55 -0700
Try to convert bytes to String, and then again in bytes:
String digestB64 = new sun.misc.BASE64Encoder().encode( (new
String(digest)).getBytes() );
- Next message: Vit: "Re: mystery problem"
- Previous message: Alon Bar-Lev: "Re: DPAPI protection credentials used with smartcard logons"
- In reply to: Adrian: "MS Crypto API and Sun's JCE producing different MD5 MAC Results."
- Next in thread: Emile Deen: "RE: MS Crypto API and Sun's JCE producing different MD5 MAC Results."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]