rowmjr[title]
الخلاصة

تقوم امنية الحاسبات بمساعدة المستخدمين على حماية بياناتهم حيث
ية استخدام تقنيات التشفير لهذا الغرض. يعد التشفير من أفضل الطرق لتأمين سر
البيانات سواء تم تخزينها على الاقراص الصلبة أو من خلال نقلها عبر الوسائط. تعتبر
المفتاح )ار سي فور( واحدة من خوارزميات التشفير المتناظرة التي تستخدم نفس
بنطاق للتشفير ولفك الشفرة. )الستريم سايفر( تستخدم في العديد من البروتوكولات و
واسع لسرعتها ومرونتها حيث ان )ار سي فور( احد انواعها. في هذا البحث تم استخدام
من طريقة )العكس المزدوج( لجعل طريقة )ار سي فور( اكثر تعقيدا ويصعب كسرها
تشفير قبل المهاجمين. تناول هذه البحث الأفكار الأساسية للتشفير ، وتحليل التشفير، و
( المفتاح المتماثل ، وتشفير المفتاح غير المتماثل ، وآلية )ار سي فور

Computer security helps users to protect their data and Cryptographic
techniques can be used for this purpose. One of the methods to secure data
confidentiality is encryption whether stored on hard drives or transferred
through media. RC4 (Rivest Cipher 4) is a cryptography Algorithm that uses
the same key to encrypt and decrypt data. Stream cipher has been used
widely in many protocols because it is flexible and fast, which RC4 is one type
of it and XOR is a function that has been used to implement their steps. In
this paper, Double Reverse (DR) has been implemented to make RC4 more
complicated and harder to break by a