I need a COM DLL which I can use in my VB6 project - can anyone help?
a) I wish to pass an XML String to the object
b) This should then be canonicalized (xmldsigc14NTransform)
c) The canonicalized form of the string should then be SHA1 hashed to produce the digest.
d) The hash should be Base64 Encoded
e) Returns the Base64 as a string for me to do what I need with it.
I know that this can be done using .net SDK for port over Window200/XP. If possible source code and dependencies for distributables on msi would be appreciated.
Is there anyone who would help with this? I have done extensive web searches to get around the Canonicalization problem, but cannot find a COM to do it.
Various implementations (openssl/libxml2 etc) don't provide the object that I need.
a) I wish to pass an XML String to the object
b) This should then be canonicalized (xmldsigc14NTransform)
c) The canonicalized form of the string should then be SHA1 hashed to produce the digest.
d) The hash should be Base64 Encoded
e) Returns the Base64 as a string for me to do what I need with it.
I know that this can be done using .net SDK for port over Window200/XP. If possible source code and dependencies for distributables on msi would be appreciated.
Is there anyone who would help with this? I have done extensive web searches to get around the Canonicalization problem, but cannot find a COM to do it.
Various implementations (openssl/libxml2 etc) don't provide the object that I need.