RevealTheme logo

تشفير AES-256

شفّر النص وافكُك تشفيره باستخدام AES-256-GCM. تُشتق المفتاح من عبارة المرور لديك عبر PBKDF2-SHA256.

كيفية استخدام هذه الأداة

  1. 1

    Choose 'Encrypt' or 'Decrypt' from the mode dropdown.

  2. 2

    Type a passphrase into the password field — you'll need the exact same one to decrypt later.

  3. 3

    Paste plain text to encrypt, or paste the base64 ciphertext to decrypt, into the text area.

  4. 4

    Click 'Run' and copy the result from the output box below.

ما هو تشفير AES-256؟

خوارزمية AES-256-GCM هي المعيار المرجعي للتشفير المتماثل: يستخدمها بروتوكول TLS وتطبيق Signal ومعظم أنظمة تشفير الأقراص. تستخدم هذه الأداة واجهة Web Crypto API في متصفحك: عشوَنة الملح (salt) ومتجه التهيئة (IV) في كل عملية تشفير، و100000 تكرار من PBKDF2 على عبارة المرور لديك. تُرمَّز المخرجات بصيغة base64 لنقلٍ آمن.

حالات الاستخدام الشائعة

  • Encrypting a note, recovery phrase, or API key before pasting it into a chat, ticket, or shared document.

  • Sending a short secret to a teammate who has agreed on a passphrase through a separate channel.

  • Storing sensitive snippets in a password-protected form inside otherwise plain-text notes or a wiki.

  • Demonstrating how AES-GCM, PBKDF2 key derivation, and random IVs work for a class or code review.

  • Quickly checking that a base64 blob produced by this tool decrypts back to the expected text.

  • Adding a layer of protection to clipboard or backup text on a shared or untrusted machine.

الأسئلة الشائعة

أين تُخزَّن عبارة المرور الخاصة بي؟
في أي مكان. تُستخدم لاشتقاق المفتاح في الذاكرة فقط، ولا تُرسَل ولا تُحفَظ أبدًا.
ماذا يحدث إذا فقدت عبارة المرور؟
تصبح البيانات غير قابلة للاسترجاع. لا يمكن كسر تشفير AES-256 بالقوة الغاشمة خلال أي مدة زمنية معقولة.

أدوات ذات صلة