neilmunday / steghide-install

steghide-install provides patches and a build script to compile and install StegHide (http://steghide.sourceforge.net/) on modern Linux installations,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steghide-install

steghide-install provides patches and a build script to compile and install StegHide on modern Linux installations.

The patch files used here are from from Arch Linux (see https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/steghide). Credit to the maintainers for creating these patches.

Tested on Rocky Linux 8 (x86_64).

Required Packages

You will need to install (e.g. via yum):

  • autoconf
  • gcc
  • gcc-c++
  • libjpeg-turbo-devel
  • libmcrypt-devel
  • libtool
  • make
  • mhash-devel
  • patch
  • zlib-devel

Why create this script?

After originally trying (and failing) to build StegHide on CentOS I found many other users in the same situation as me. I therefore decided to share these files in the hope that others can use StegHide on CentOS (and similar distributions).

About

steghide-install provides patches and a build script to compile and install StegHide (http://steghide.sourceforge.net/) on modern Linux installations,


Languages

Language:Shell 100.0%