الانتقال إلى المحتوى
CyberEd DZ

ما هو التشفير

باختصار

التشفير كباب ذي اتجاهين، والفرق بين المفاتيح المتناظرة وغير المتناظرة.

الأهداف

  • تعريف التشفير في جملة
  • التمييز بين المتناظر وغير المتناظر

Encryption turns readable data into unreadable ciphertext using a key, and — crucially — turns it back with the right key. It is a two-way door.

Symmetric vs asymmetric

With symmetric encryption, the same key locks and unlocks. With asymmetric, a public key locks and a private key unlocks — which is how TLS lets a stranger send you something only you can read.

Note

Encryption protects confidentiality: keeping data secret from anyone without the key. It says nothing about whether the data was tampered with — that is a different property.

للمراجعة

  • التشفير قابل للعكس بالمفتاح الصحيح
  • يحمي السرية لا السلامة