gnu: steghide: Temper expectation.
* gnu/packages/image.scm (steghide)[synopsis, description]: Make clear that it's two steps above rot13 on the srs bzns cryptography scale.master
parent
168b946acd
commit
54a31641fd
|
@ -1535,11 +1535,16 @@ differences in file encoding, image quality, and other small variations.")
|
||||||
(inputs
|
(inputs
|
||||||
(list libjpeg-turbo libmhash libmcrypt zlib))
|
(list libjpeg-turbo libmhash libmcrypt zlib))
|
||||||
(home-page "http://steghide.sourceforge.net")
|
(home-page "http://steghide.sourceforge.net")
|
||||||
(synopsis "Image and audio steganography")
|
(synopsis "`Hide' (nonconfidential) data in image or audio files")
|
||||||
(description
|
(description
|
||||||
"Steghide is a program to hide data in various kinds of image and audio
|
"Steghide is a program to `hide' data in various kinds of image and audio
|
||||||
files (known as @dfn{steganography}). Neither color nor sample frequencies are
|
files. This practice is known as @dfn{steganography}, but the method used by
|
||||||
changed, making the embedding resistant against first-order statistical tests.")
|
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.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public optipng
|
(define-public optipng
|
||||||
|
|
Reference in New Issue