[
Lists Home |
Date Index |
Thread Index
]
>I have to create an encrypted string using DSA and attach the resulting
>encrypted string as an element in an XML document ...
>How do I encode the encrypted string so that I can create a valid XML file
>to be parsed back sucessfully ?
base64 encode your ciphertext.
you should also take a look at the XML Encryption standard of w3c/ietf.
/r$
|