Posts

Showing posts with the label Steganography

Password Function Using PHP

Image
Assalam u Alikum, Here is PHP script to add UserName and Password Functionality in Your Webpage Using PHP. Here is my Login Page You can design whatever You want. Just ensure Name Attribute is same on both HTML (Input Tag) and PHP script. Thanks... Regards Asad Saleem

Image Steganography

Image
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