安全链接解码器
在浏览器中处理或呈现安全链接解码。
使用步骤
如何使用
- Paste a URL or wrapped redirect value; do not use this page to open it.
- Choose automatic inspection or one explicit decoding mode.
- Review the local decoding chain and any extracted destination-looking values before deciding what to do with the link.
A local inspection boundary
This tool only transforms the text you paste. It does not fetch URLs, follow redirects, load pages, inspect reputation services, execute decoded content, or bypass login, malware, phishing, CAPTCHA, or other security controls. Treat the decoded result as untrusted text.
Common wrappers, shown as a chain
Automatic mode repeatedly applies URL decoding, Base64 decoding, and values from common redirect parameters such as url, target, redirect, next, and continue. Each successful step is listed so you can audit how the displayed value was produced. Decoding stops after a small fixed depth and never navigates.
常见问题
你可能还想知道
Does this open or verify the destination?
No. It performs only local text transformations. A decoded URL is not proof that a destination is safe, available, authentic, or authorized.
Which Base64 forms are accepted?
Standard and URL-safe Base64 are accepted when the text has valid padding or can be safely padded and decodes to readable UTF-8 text.
Can this bypass a safe-link or security system?
No. It is an inspection aid for text you already have. It does not bypass security checks or access controls.