I need to have a XML String
in a HTML value of a hidden field.
<input type="hidden" id="anyId" name="anyName" value="<?xml version="1.0" encoding="UTF-8" standalone="yes"...?>
I want to encode/encrypt the XML String before sending to the frontend because it should not be a normal readable text.
The encoding and decoding will be done in java.
Can anyone tell me which is the best way to do it and which frameworks/tools... I can use.
Thanks.
No comments:
Post a Comment