🔐
Encoding & Escaping
Templates for encoding, escaping, and data transformation
9 templates
Base64 Encode & Decode
Convert text and binary data to/from Base64 encoding
3 examples 2 code snippets
HTML Entity Escaping
Escape HTML special characters to prevent XSS and display safely
2 examples 2 code snippets
JSON String Escaping
Properly escape strings for JSON format compliance
2 examples 2 code snippets
SQL Injection Prevention
Prevent SQL injection with parameterized queries and proper escaping
2 examples 2 code snippets
XSS Attack Prevention
Prevent Cross-Site Scripting (XSS) attacks with proper escaping and sanitization
2 examples 2 code snippets
CSV Field Escaping
Properly escape commas, quotes, and newlines in CSV data
3 examples 2 code snippets
XML Character Escaping
Escape special characters for valid XML/HTML content
2 examples 2 code snippets
Unicode & UTF-8 Handling
Work with Unicode characters, emojis, and UTF-8 encoding
3 examples 2 code snippets
JWT Token Structure
Understand JWT encoding, structure, and validation
2 examples 2 code snippets