This project allows you to encode an input string into various formats, including URL, Base64, Hexadecimal, Binary, Octal, and HTML Escape.
You can use this program to encode any string into different formats.
Available formats:
- url
- double-url
- base64
- double-base64
- hex
- octal
- html-escape
- binary
To encode a simple string:
payload_encoder "<script>alert(1)</script>" --format urlDirect from cargo run
cargo run -- "<script>alert(1)</script>" --format url