2 matches found
steganography
أداة إخفاء البيانات في الصور أداة بسيطة مكتوبة بلغة C++ تستخدم التشفير وإخفاء البيانات لحماية محتويات ملف، ثم تقوم بتضمينها داخل بيانات البكسل في الصورة باستخدام ترميز البت الأقل أهمية LSB. تعمل على أنظمة Linux وMacOS وWindows. التضمين root@kitploit: $ ./steganography encode -i data/orig.png -e...
5.5AI score
SaveExploits0
LSB-Steganography - Python program to steganography files into images using the Least Significant Bit
Python program based on stegonographical methods to hide files in images using the Least Significant Bit technique. I used the most basic method which is the least significant bit. A colour pixel is composed of red, green and blue, encoded on one byte. The idea is to store information in the firs...
7AI score
SaveExploits0References1
20