Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 341 Bytes

File metadata and controls

8 lines (6 loc) · 341 Bytes

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.