Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253152 (libpqstego) - media-libs/libpqstego - Perturbed quantization steganography library
Summary: media-libs/libpqstego - Perturbed quantization steganography library
Status: RESOLVED FIXED
Alias: libpqstego
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: https://sourceforge.net/projects/pqst...
Whiteboard:
Keywords:
Depends on:
Blocks: pqstego
  Show dependency tree
 
Reported: 2008-12-30 16:35 UTC by Christian Kuka
Modified: 2010-03-02 15:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libpqstego ebuild (libpqstego-0.0.0.ebuild,481 bytes, text/plain)
2008-12-30 16:36 UTC, Christian Kuka
Details
Perturbed Quantization Steganography Library (libpqstego-0.0.1.ebuild,481 bytes, text/plain)
2009-01-10 18:24 UTC, Christian Kuka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kuka 2008-12-30 16:35:51 UTC
Libpqstego is a library for perturbed quantization steganography to
embed or extract secret messages in or from JPEG images.
The implementation is based on J. Fridrich steganography algorithm as
described in her paper "Perturbed quantization steganography with wet 
paper codes"
Comment 1 Christian Kuka 2008-12-30 16:36:44 UTC
Created attachment 176883 [details]
libpqstego ebuild
Comment 2 Christian Kuka 2009-01-10 18:24:40 UTC
Created attachment 177984 [details]
Perturbed Quantization Steganography Library

Libpqstego is a library for perturbed quantization steganography with 
wet paper codes. Libpqstego uses the quantization step during  
JPEG-compressen to embed secret data into an image. The implemented 
algorithm is nearly undetectable by blind steganalysis and much more 
secure than outguess, F5 or MB2.
Comment 3 Christian Kuka 2009-01-11 20:27:32 UTC
Comment on attachment 177984 [details]
Perturbed Quantization Steganography Library

><HTML><HEAD/><BODY><PRE># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit eutils
>
>DESCRIPTION="Perturbed Quantization Steganography Library"
>HOMEPAGE="https://sourceforge.net/projects/pqstego"
>SRC_URI="mirror://sourceforge/pqstego/{P}.tar.gz"
> 
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
> 
>DEPEND="gsl"
>RDEPEND=""
>
>src_install() {
>    emake DESTDIR="${D}" install || die "Install failed"
>    dodoc README CHANGES || die
>}
>
></PRE></BODY></HTML>
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-03-02 15:03:51 UTC
In portage