Home All Groups Group Topic Archive Search About
Author
17 Mar 2005 8:13 PM
tragic_hip
I'm looking to encrypt some xml elements, and I'm trying to be as standards
complient as I can (although strictly speaking, it's not a requirement).
Looking at
http://www.w3.org/TR/xmlenc-core/

I want to encrypt the my AES key, IV with RSA, and then encrypted the
element data with AES. I'm having trouble understanding docs, and I was
wondering if anybody had an example of this? I have seen examples with a
shared secret, but not of the scenario described above.

Any pointers would be greatly appreciated.

Thanks