About This Tool
What is مشفر / فك مشفر JWT?
A tool for encoding and decoding JWT (JSON Web Tokens). JWT is a widely used token format for web authentication and information exchange. You can separate and inspect the header, payload, and signature of a token.
How to Use
- In decode mode, paste a JWT token string to automatically separate the header and payload.
- In encode mode, enter header and payload in JSON format.
- Optionally enter a secret key to generate a signed token.
- Copy the result for your use.
Key Features
- JWT token decoding and structure analysis
- JWT token encoding (with or without signature)
- Separate display of header, payload, and signature
- Formatted JSON output for readability
Tips
- A JWT consists of three parts separated by dots: Header.Payload.Signature.
- JWT payloads are only Base64-encoded, not encrypted — never put sensitive information in them.
- Check standard claims like expiration time (exp) and issued at (iat) to validate tokens.
مشفر / فك مشفر JWT
ترميز أو فك ترميز رموز JWT
Frequently Asked Questions
هل JWT آمن؟▼
JWT موقّع وليس مشفراً (افتراضياً). الحمولة Base64 — يمكن لأي شخص قراءتها. لا تضع بيانات حساسة.
أجزاء JWT؟▼
Header (خوارزمية)، Payload (مطالبات/بيانات)، Signature (تحقق). مفصولة بنقاط.
متى ينتهي JWT؟▼
حقل 'exp' يحدد الانتهاء كـ Unix timestamp. تحقق دائماً على الخادم.
Related Tools
مشفر/فاك تشفير
تشفير وفك تشفير النص بصيغ Base64 وBase64URL وBase32 وHex وASCII85
مشفر / فك مشفر URL
ترميز سلاسل URL أو فك ترميزها
محوّل صيغ البيانات
التحويل والتحقق بين صيغ JSON و YAML و TOML و XML و INI و Properties
مولّد التجزئة
توليد تجزئات MD5 و SHA-1 و SHA-256 و SHA-512 من النص
اختبار Regex
اختبار التعبيرات النمطية مع مطابقة في الوقت الفعلي
محوّل حالة الأحرف
تحويل النص بين camelCase و PascalCase و snake_case وغيرها — كل ذلك دفعة واحدة