in reply to Re: Gif steganography
in thread Gif steganography
to hide the message i:sub swap { my ($filechar, $msgbit) = @_; $filechar=unpack("B8",$filechar); $filechar=~pack("B8",$filechar)=~(substr($filechar,-1,1)=$msgbit); return $filechar; }
reasonably easy...
|
|---|