steghide
`Hide' (nonconfidential) data in image or audio files
Steghide is a program to `hide' data in various kinds of image and audio files. This practice is known as steganography, but the method used by steghide is not very secure and should not be used where security is at stake. Even if a password is used, steghide offers little plausible deniability.
Nonetheless, neither color nor sample frequencies are changed, making the embedding resistant against first-order statistical tests not aimed specifically at this tool.
- Versions: 0.5.1
- Website: https://steghide.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/image.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of steghide
as follows:
guix install steghide
Or install a particular version:
guix install steghide@0.5.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of steghide about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/steghide'><img src='https://packages.guix.gnu.org/packages/steghide/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/steghide)
Example Org:
[[https://packages.guix.gnu.org/packages/steghide][https://packages.guix.gnu.org/packages/steghide/badges/latest-version.svg]]