دليل الاستخدام الآمن عبر PGP
دليل مبسّط لتشفير الرسائل وإرسالها بأمان.
Secure Communication with PGP
A simple guide to encrypting and sending messages securely.
ما هو PGP؟
PGP هو معيار لتشفير الرسائل والملفات باستخدام زوج من المفاتيح: مفتاح عام يمكن مشاركته ومفتاح خاص يجب أن يبقى سرياً.
🔓 المفتاح العام
يشاركه صاحبه مع الآخرين، ويستخدمه المرسل لتشفير رسالة موجهة إليه.
🔐 المفتاح الخاص
يبقى لدى صاحبه فقط ويستخدم لفك التشفير. لا تتم مشاركته مع أي شخص.
طريقة إرسال رسالة مشفّرة
احصل على المفتاح العام
اطلب Public Key الخاص بالمستلم.
تحقق من البصمة
قارن Fingerprint مع المستلم عبر قناة موثوقة للتأكد من صحة المفتاح.
اكتب الرسالة
استخدم أي برنامج OpenPGP يدعم التشفير.
رمزگذاری کنید
اختر Encrypt واستخدم المفتاح العام للمستلم. سيصبح النص غير قابل للقراءة بدون المفتاح الخاص.
أرسل النص المشفّر
انسخ الناتج وأرسله عبر Telegram أو البريد الإلكتروني أو أي قناة مناسبة.
طريقة قراءة رسالة PGP
استلم الرسالة
قد تبدأ بصيغة -----BEGIN PGP MESSAGE-----.
افتحها باستخدام مفتاحك الخاص
سيستخدم برنامج OpenPGP الـ Private Key لفك التشفير.
تحقق من التوقيع
إذا كانت الرسالة موقعة رقمياً، تحقق من صحة التوقيع أيضاً.
نصائح أمنية مهمة
- لا ترسل Private Key لأي شخص.
- احمِ المفتاح الخاص بعبارة مرور قوية.
- تحقق من Fingerprint للمفاتيح المهمة.
- احتفظ بنسخة احتياطية آمنة من مفتاحك الخاص.
- PGP يحمي محتوى الرسالة، لكنه لا يخفي بالضرورة بيانات الاتصال أو بيانات القناة.
What is PGP?
PGP is a standard for encrypting messages and files using two keys: a public key that can be shared and a private key that must remain secret.
🔓 Public Key
Shared with others and used by senders to encrypt a message for you.
🔐 Private Key
Kept only by you and used to decrypt messages. Never share it.
How to send an encrypted message
Get the public key
Ask the recipient for their PGP Public Key.
Verify the fingerprint
Compare the key fingerprint with the recipient through a trusted channel.
Write your message
Use any OpenPGP-compatible application that supports encryption.
Encrypt it
Choose Encrypt and select the recipient's public key. The content becomes unreadable without the private key.
Send the ciphertext
Copy the encrypted output and send it through Telegram, email, or another suitable channel.
How to read a PGP message
Receive the message
It may begin with -----BEGIN PGP MESSAGE-----.
Open it with your private key
Your OpenPGP application uses your Private Key to decrypt it.
Verify the signature
If the message is digitally signed, verify the signature as well.
Important security tips
- Never send your Private Key to anyone.
- Protect your private key with a strong passphrase.
- Verify fingerprints for important keys.
- Keep a secure backup of your private key.
- PGP protects message content, but does not necessarily hide communication metadata or channel information.