> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
[quoted text clipped - 29 lines]
> =/8E/
> -----END PGP SIGNATURE-----
And what about components that calculate hash functions like MD5 or
SHA-1, or MACs like HMAC?
Does anybody knows of some that are compatible with Java JCE? That is,
calculating a digest in java and saving it to a file, then taking the
same calculation from a visual basic application and compare the new
digest with that of the file.
TIA
Gabriel
GianpieroP - 18 Mar 2004 19:00 GMT
> And what about components that calculate hash functions like MD5 or
> SHA-1, or MACs like HMAC?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/securi
ty/hasheddata.asp
> Does anybody knows of some that are compatible with Java JCE? That is,
> calculating a digest in java and saving it to a file, then taking the
> same calculation from a visual basic application and compare the new
> digest with that of the file.
If you use standard files (pkcs*), don't care about compatibility.
GianpieroP