Safelink Decoder
Decode URLs wrapped by SafeLinks (Outlook, AWS SES, Mandrill, SendGrid and similar). Reveals the real protected URL behind the wrapper. Everything in your browser.
Suporta: Outlook SafeLinks, AWS SES, Mandrill, SendGrid, Salesforce Pardot, Mimecast (parâmetro `url`).
See the real target behind a wrapped link
An email arrives with a link, and hovering over it shows nam11.safelinks.protection.outlook.com followed by three hundred characters of encoded junk. There is no way to tell whether the destination is your company portal or a lookalike domain registered yesterday. Clicking to find out is exactly what you should not do when the message is already suspect.
When a wrapper stores the destination in a query parameter, you read that parameter and undo the percent-encoding. The tool checks the known parameter for each service and, failing that, takes any parameter whose value starts with http or https, which is why it also cracks unknown redirectors shaped like ?redirect=. Wrappers that hide the target in the URL path as base64, such as SES, SendGrid and Mimecast, only get identified by name: there is nothing in the query to decode.
Paste one link at a time; two pasted together return nothing, since the parser expects a single URL. Decoding is not vetting: the revealed address can still be phishing, so read the domain right to left before you decide. If the destination path contains legitimate percent-encoding, compare it against the original, because decoding can go one step further than it should. Nothing is opened or uploaded; the parsing happens in your browser.
Frequently asked questions
Why does SafeLinks exist in the first place?
Does it work with shorteners like bit.ly?
Is the decoded link safe to open?
Related Tools
UTM URL Builder
Add utm_source, utm_medium, utm_campaign, utm_term and utm_content to a URL. Ready for Google Analytics and GA4. Everything in your browser.
Slugify
Convert titles and text into URL-friendly slugs. Removes accents, converts to lowercase and replaces spaces with hyphens. Essential for SEO.
World Clock
Show current time in major world cities (São Paulo, New York, London, Tokyo, Sydney).
Tap Tempo BPM
Compute BPM by tapping (click or spacebar). Uses moving window of last 8 taps.
Character Info
Get full information about any Unicode character: decimal code, hex, HTML entity, UTF-8 and official name. Click any character to inspect it.
SHA-1 Hash Generator
Generate the SHA-1 hash of any text using the native Web Crypto API. 40-character hex hash, processed locally.