JS Script to Encode and Decode BASE 64 String to utf-8 string and vice versa.
About Script
This script is capable of converting some special/secret text into 64 BASE Encoded String which is really difficult to decode without a decoder. This way our data is secured.
To run the code
Instructions are there in the respective scripts.