🔒 String Obfuscator
Obfuscate and encode text with various methodsThis tool provides various methods to obfuscate and encode text, including string reversal, ROT13, Caesar cipher, binary encoding, hexadecimal encoding, Unicode escape, and Base64 encoding.
Input:
Output:
obfuscationType:
base64
Base64: "Hello" → "SGVsbG8="
Binary: "Hi" → "01001000 01101001"
Hex: "Hi" → "48 69"
URL: "Hello World" → "Hello%20World"
Some methods like ROT13 and Caesar cipher are reversible, while others like Base64 are encoding methods. Use obfuscation for educational purposes only.