المجلة الدولية للعلوم والتقنية

International Science and Technology Journal

ISSN: 2519-9854 (Online)

ISSN: 2519-9846 (Print)

DOI: www.doi.org/10.62341/ISTJ

مجلة علمية محكّمة تهتم بنشر البحوث والدراسات في مجال العلوم التطبيقية، تصدر دورياً تحت إشراف نخبة من الأساتذة

Secure data transfer using image steganography

الملخص
يعد الأمن والخصوصية من أهم القضايا في أنظمة الاتصال اليوم. في التطبيقات التي لا يمكن الاستغناء فيها عن أهمية خصوصيتك، يكون الهدف الرئيسي هو إرسال النص إلى الهدف المطلوب دون أن يتم التقاطه من قبل الأشخاص الآخرين. في هذا البحث اقترحنا خوارزمية لإخفاء النص، حتى لو تم حفظه في ملف نصي، في ملف صورة الغلاف، للخوارزمية المقترحة مرحلتين، الأولى تقوم بتشفير النص باستخدام خوارزمية RSA ، وبعد ذلك تقوم بإدراج النص المشفر نص في ملف صورة الغلاف باستخدام تقنية البت الأقل أهمية (LSB). تم تنفيذ واختبار الخوارزمية المقترحة باستخدام C # .net، وقد أظهرت نتائجنا كفاءة العمل المقترح في إخفاء النص في الصورة واسترجاعه. الكلمات الدالة: إخفاء المعلومات، التشفير، LSB ، RSA ، الاتصال الآمن
Abstract
Security and privacy are the most important issues in today's communication systems. In applications where the importance of your privacy is indispensable, the main aim is to send the text to desired target without being captured by the third persons. In this paper, we have proposed an algorithm to hide text, even if it saved in text file, in cover image file, the proposed algorithm has two stages, first, it encrypts the text using RSA algorithm, after that, it inserts the encrypted text in cover image file using The Least Significant Bit (LSB) technique. The proposed algorithm has been implemented and tested by using C#.net, our results have shown the efficiency of proposed work in hiding the text in an image and retrieve it.