Can we apply base 64 encoding in java and decode to get the same string using javascript ?
I need to do this to include three separate xml file in a single xml file, three of them being base64 encoded.
Can we apply base 64 encoding in java and decode to get the same string using javascript ?
I need to do this to include three separate xml file in a single xml file, three of them being base64 encoded.
Yes. You can use Base 64 encoding in multiple languages. See Decode Base64 data in Java