One of my colleagues has the following requirements, I am not familiar with the terms, but to quote him :-
We are after a library of functions which will
Canonicalise (c14n) an XML document.
Generate a 160-bit binary secure hash from the canonicalised XML using the SHA-1 algorithm.
Encode the binary data using base-64 to produce a 28 character string.
Encode the binary data using base-32 to produce a 32 character string.
I gather he has examples which are in java, but we need a solution which can integrate with VFP. Does anyone have an idea where we can source a solution?
Thanks for any help
We are after a library of functions which will
Canonicalise (c14n) an XML document.
Generate a 160-bit binary secure hash from the canonicalised XML using the SHA-1 algorithm.
Encode the binary data using base-64 to produce a 28 character string.
Encode the binary data using base-32 to produce a 32 character string.
I gather he has examples which are in java, but we need a solution which can integrate with VFP. Does anyone have an idea where we can source a solution?
Thanks for any help