主題集群
編碼與加密
在本機完成編碼、解碼、雜湊、權杖檢查以及憑證和金鑰資料處理。
在本機完成編碼、解碼、雜湊、權杖檢查以及憑證和金鑰資料處理。
19 個工具
主題集群
在本機完成編碼、解碼、雜湊、權杖檢查以及憑證和金鑰資料處理。
Avoid common JWT handling mistakes when reviewing decoded or verified tokens.
Understand certificate chain fields before debugging key and token verification.
Choose hash algorithms deliberately when reviewing evidence or compatibility.
Use this hub for encoded payloads, hashes, token material, certificates, and verification tasks.
Avoid common JWT handling mistakes when reviewing decoded or verified tokens.
Understand certificate chain fields before debugging key and token verification.
Choose hash algorithms deliberately when reviewing evidence or compatibility.
No. Decoding makes data readable. Verification proves the expected key and algorithm signed it.
Yes. Treat Base64, JWT, URL, and certificate text as sensitive until you understand what it contains.
在瀏覽器中即時進行 HTML 實體編碼與解碼。
將文字編碼為 Base64 或從 Base64 解碼為可讀字串。
在本機編碼與解碼 Base32、Base58 文字,無需上傳資料。
將文字編碼為 URL 安全格式或進行解碼。
解碼 JSON Web Token (JWT) 的標頭與有效載荷。
在同一本地優先工作區中完成 JWT 編碼、解碼與驗證。
產生 MD5, SHA-1, SHA-256 和 SHA-512 雜湊值。
透過專注單一演算法的流程快速產生 MD5 雜湊值。
在圖片和 Base64 資料 URI 之間進行轉換。
解碼 PEM 編碼的 X.509 憑證,本地查看所有詳細資訊。
驗證 JWT 簽章(HMAC)並校驗聲明——完全在客戶端完成。
解析內容安全策略標頭並分析安全問題。
對安全回應標頭進行通過/警告/失敗評分,並提供修復建議。
產生基於時間或計數器的一次性密碼,用於雙因素驗證。
用於 HTTP 除錯、大小檢查與 Base64 傳輸的 Gzip/Deflate 本機壓縮實驗室;Brotli 支援取決於瀏覽器。
在瀏覽器本機解碼 SAML 請求與回應,檢視斷言、屬性、Audience、Recipient 與簽章材料,不進行信任驗證。
在瀏覽器本機解析 DER、PEM、Base64 或十六進位 ASN.1 資料,檢視 TLV 結構、標籤、長度、OID、字串與巢狀容器。
在瀏覽器本機把文字、十六進位與 Base64 作為位元組檢查,顯示 UTF-8 文字、分組 Hex、Base64、二進位列、偏移與統計。
在瀏覽器本機轉換 PEM/SPKI 公鑰和 JWK,檢查金鑰中繼資料並計算 RFC 7638 指紋,無需上傳金鑰材料。