diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 10:42:46 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 10:42:46 +0000 |
commit | 0b58639d25c92ef85898e8b5062f63aa274d6747 (patch) | |
tree | 1f856548675d346c9be6d9dfae6a28954348a542 /security/outguess/pkg-descr | |
parent | db71e5e6aadd2a32642786702f6acd489a481e44 (diff) |
new port of OutGuess, a steganographic utility for JPEG and PNM images
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=36521
Diffstat (limited to 'security/outguess/pkg-descr')
-rw-r--r-- | security/outguess/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/outguess/pkg-descr b/security/outguess/pkg-descr new file mode 100644 index 000000000000..10a8b3e4c837 --- /dev/null +++ b/security/outguess/pkg-descr @@ -0,0 +1,13 @@ +from the README: + +OutGuess is a universal steganographic tool that allows the insertion +of hidden information into the redundant bits of data sources. The +nature of the data source is irrelevant to the core of OutGuess. The +program relies on data specific handlers that will extract redundant +bits and write them back after modification. In this version the PNM +and JPEG image formats are supported. + +WWW: http://www.outguess.org/ + +Trevor Johnson +trevor@FreeBSD.org |