ตัวเข้ารหัสและ Crypto
ตัวลงนาม JWT (Pro)
All algorithms — HS / RS / ES / PS / EdDSA.
หมายเหตุจากบรรณาธิการ
Understanding · Signed JSON, in three base64 chunks.
บทเชิงลึกนี้มีให้บริการเฉพาะภาษาอังกฤษในขณะนี้ เครื่องมือแปลงด้านบนทำงานในภาษาของคุณ บทความอธิบายแบบยาวยังไม่ได้แปล
คำถามที่พบบ่อย
Quick answers.
›Which signing algorithms are supported?
The tool supports symmetric signing (HS256, HS384, HS512) and asymmetric signing including RSA (RS/PS), Elliptic Curve (ES), and Edwards-curve (EdDSA/Ed25519).
›Are my private keys secure?
Yes. All signing happens locally on your device using the browser's native Web Crypto API. Your private keys and secrets never leave your browser.
›What happens if I use an invalid key format?
The tool validates your key against the selected algorithm. For asymmetric algorithms, ensure your key is in a supported format like PEM or JWK.
›Can I add custom headers or claims?
Yes. You can edit the Header and Payload JSON objects directly before signing to include standard claims like `exp` or custom application data.
ผู้คนยังค้นหา
เครื่องมือที่เกี่ยวข้อง
More in this room.
- ตัวสร้าง JWT (HS256)ลงชื่อ JWT ด้วย HMAC-SHA256 – ในเบราว์เซอร์ของคุณ
- ตัวถอดรหัส JWTถอดรหัสและตรวจสอบโทเค็น JWT — ในเครื่อง ไม่บันทึก
- Base64 เข้ารหัส / ถอดรหัสเข้ารหัสและถอดรหัส Base64 — ปลอดภัยสำหรับ Unicode
- การเข้ารหัส / ถอดรหัส URLเข้ารหัสและถอดรหัส URL อย่างปลอดภัยด้วยอักขระเปอร์เซ็นต์
- ตัวสร้างแฮช (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — ทั้งหมดในเบราว์เซอร์
- ตัวเข้ารหัส / ถอดรหัสเอนทิตี HTMLหลีกเลี่ยงหรือยกเลิกการหลีกเลี่ยงอักขระพิเศษของ HTML