You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.