Image Steganography
Steganography : Steganography is the method of hide a message, file, video , or image within an another message, file, video , or image . Implementation Image Steganography using PHP : We need 1 image and following 3 php scripts for implementing basic Image Steganography. encrypt.php decrypt.php functions.php 1.jpg First thing keep in mind all Paths used in code must be correct or placed all file in root directory. 1- Encrypt.php Just Follow the Above code and make a encrypt.php file 2- Decrypt.php Just Follow the Above code and make a decrypt.php file 3- Function.php Just Follow the Above code and make a function.php file
Comments
Post a Comment