HTML base64 obfuscator
-
Updated
Oct 3, 2024 - Python
HTML base64 obfuscator
Set of tools for some crypto- and data- conversions based on JavaScript 🔐
A Node.js library for converting HTML documents of arbitrary encoding into a target encoding (utf-8, utf-16, etc).
Encode or decode HTML entities for any given input.
Bases encodeForHTML() from ESAPI. Unfortunately ESAPI requires configuration in properties which is a pain if you just need to encode
The HTML character encoder converts all reserved characters to their corresponding HTML entities, and the decoder does it the other way.
Add a description, image, and links to the html-encoder topic page so that developers can more easily learn about it.
To associate your repository with the html-encoder topic, visit your repo's landing page and select "manage topics."