AntiStegText
Vanilla javascript anti-steganography solution (character filtering) for text input.
Vanilla javascript function for anti-steganography solution (character filtering) for text input. It help to keep your text purified of non-visible character sequences where any malicious payload can be hidden out of your eyes, but it still can execute any actions or calls.
Copilot says:
AI-generated
Say goodbye to sneaky hidden messages in your text with this clever JavaScript filter that scrubs out steganographic tricks while keeping your emojis looking sharp! It’s like a superhero cape for your plain text, keeping it pure and secure.
Key features:
- 🧹 Filters out Unicode steganography characters with precision
- 🎨 Option to preserve emoji colors for vibrant text
- 🔗 Keeps or removes emoji joiners for flexible formatting
- 🚀 Easy to integrate with a single JavaScript function call
This summary was generated by GitHub Copilot based on the project README.