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,
 
Back
Top