Decodes Base64 SAML responses or analyzes raw SAML XML (Response, AuthnRequest, LogoutRequest). It formats the XML and extracts key details like Issuer, Status, Destination, Assertion details (NameID, Conditions, Audience, Validity). Checks if the assertion's validity period (NotBefore/NotOnOrAfter) is currently active. Note: Does NOT perform cryptographic signature verification.
Option 1: Paste a Base64 encoded SAML Response/Request.
Option 2: Paste the raw (decoded) SAML XML.
Parses PEM-formatted X.509 certificates to display details like Subject, Issuer, Validity Period (Not Before/Not After), Serial Number, and Signature Algorithm.
It checks if the certificate is currently valid, expired, or not yet valid based on the current time. Provides basic public key information (Type/Size).
Ensure you paste the *full* PEM content, including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines.
A simple utility to encode plain text into Base64 format or decode a Base64 string back into plain text. Handles UTF-8 characters correctly.
Encodes text into a URL-safe format (percent-encoding) suitable for including in URL query parameters or paths. Decodes percent-encoded text back to its original form.