HTML | DOM Window btoa() Method
The Window btoa() method is used for encoding a string in base-64 format. The characters used by the Window btoa() method to encode the string are "A-Z", "a-z", "0-9", "+", "/" and "=" . Syntax: window.btoa(String) Parameters Used: String: It is a mandatory parameter which specifies the string to be