How does the base64 encoding function work?

  • Thread starter Maxprog Knowledge Base
  • Start date
M

Maxprog Knowledge Base

Guest
You can now encode any piece of text or any tag using the Base64 encoding standard. Here is how:



In summary:
- You can encode any piece of text as Base64. Ideal for URL parameters for passing any type of text.
- For instance, {Encode Base64:TEXT_OR_TAG_HERE} encodes text/tag into Base64.

Continue reading...
 
Top