Skip to content

Files

Latest commit

23f66cb · Sep 13, 2020

History

History

Base64_Encoder_Decoder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 13, 2020
Sep 12, 2020
Sep 12, 2020

README.md

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.