SQUIZZ.com
Loading interface, please wait...
Interface taking a long time to load?
Check your internet connection is up, and you're using the latest app/browser version.

Base64 Text Encoder Decoder

Within the Connector Application is a tool called the Base64 Encoder/Decoder that can convert any human readable text into a Base64 text representation, as well as convert Base64 text back into human readable text. Text that has been stored in the Bas64 form is used by software for a wide variety of purposes. One of the most notable forms is for sending user names and passwords together across the internet so that services can allow or deny access to their systems, using Basic Access Authentication.

Topics

  1. Prerequisites
  2. Encode Plain Text into Base64
  3. Decode Base64 to Plain Text

Prerequisites

Please make sure you have read through the Get Started/Overview before continuing down this document.

Encode Plain Text into Base64

To convert plain text into Base64 text follow these steps:

  1. Open the Connector application.
  2. Click on the Tools menu.
  3. Click on the Base64 Text Encoder/Decoder menu item.
  4. From the.Base64 Text Encoder/Decoder Window in the Input Text text box enter the text you wish to be encoded into base64 text.
  5. Click on the Encode To Base64 Text button.

Within the Output Text text box the encoded base64 text will be displayed that you can then copy and use.

Decode Base64 to Plain Text

To convert Base64 text back into plain text follow these steps:

  1. Open the Connector application.
  2. Click on the Tools menu.
  3. Click on the Base64 Text Encoder/Decoder menu item.
  4. From the.Base64 Text Encoder/Decoder Window in the Input Text text box enter the base64 text you wish to be decoded into plain text.
  5. Click on the Decode From Base64 Text button.

Within the Output Text text box the decoded base64 text will be displayed that you can then copy and use.