Rotten-Scripts/JavaScript/Base64_Encoder_Decoder at master · HarshCasper/Rotten-Scripts

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

Base64_Encoder_Decoder

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.