https://github.com/marcos-venicius/urd
Url Encoder/Decoder
https://github.com/marcos-venicius/urd
decode encode go golang hacking tool url-decode url-encode
Last synced: 7 months ago
JSON representation
Url Encoder/Decoder
- Host: GitHub
- URL: https://github.com/marcos-venicius/urd
- Owner: marcos-venicius
- License: mit
- Created: 2024-08-16T17:45:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:58:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T01:12:32.033Z (over 1 year ago)
- Topics: decode, encode, go, golang, hacking, tool, url-decode, url-encode
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URD
Url Encoder/Decoder
https://github.com/user-attachments/assets/3f118d9f-1286-46df-ac73-000fec2a9c61
## Install
```
go install github.com/marcos-venicius/urd@latest
```
## How to use
```
Usage of urd:
-depth int
how many times the text should be encoded/decoded (default 1)
-e encode text
```
This programs accepts a text via stdin and encode/decode the text as url