Canonicalisation Question

  • Thread starter Thread starter Buddy
  • Start date Start date
B

Buddy

Hello,

I want to know if .Net supports the following features
that I require.
- Canonicalise (c14n) the XML document
- generate a 160-bit binary secure hash from the
canonicalise XML using the SHA-1 algorithm
- encode the binary data using base-64 to produce a 28
character string.

Please note that in Java this available from the 3rd
party libraries such as Apache and Phaos.

Please could you let me know if this can be done directly
within .NET or if there are any third party libaries out
there.

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top