How to encode a string in base64 in JScript

34 views Asked by At

Well, i think the title is pretty clear, how to encode a string to base64 in JScript?

While researching online i found this:

How to decode a Base64 string in JScript

Yeah, intresting (for Decoding), but im not getting many other documentation and so i dont know how to encode a string.

Does anyone know how to do it?

0

There are 0 answers