Skip to content

Commit

Permalink
Cleaning up repo
Browse files Browse the repository at this point in the history
* Removed localizations from this fork, as I can't keep them updated /
high quality enough to be useful
* Removed translations and documentation that are only relevant to
steghide. Please refer to their repository
* Removed auto generated files
  • Loading branch information
RickdeJager committed Nov 1, 2020
1 parent 392b5f6 commit f196bf4
Show file tree
Hide file tree
Showing 76 changed files with 22 additions and 34,956 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ config.h
doc/doxygen/
po/
steghide.spec
aclocal.m4
tests/data/Makefile.in





Expand Down
435 changes: 0 additions & 435 deletions ABOUT-NLS

This file was deleted.

23 changes: 8 additions & 15 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
Stefan Hetzl <[email protected]> author, maintainer
Rick de Jager, Author

I would like to thank...
But most importantly, I'd like to thank Stefan Hetzl,
the author of steghide. This repository is merely an addition
to his original work.

Petra Mutzel <[email protected]> for being a great guide trough graph theory
Christine Pippan <[email protected]> for designing the logo
Trimbitas Sorin <[email protected]> romanian translation
Alberto A. Schiano <[email protected]> spanish translation
Cedric Gross <[email protected]> french translation
Julien Catanese <[email protected]> french translation
Tilman Linneweh <[email protected]> freebsd port
Rasputin <[email protected]> freebsd port
Brian Russo <[email protected]> debian package
Guenter Bechly <[email protected]> debian package

and numerous others who have contributed by sending bug reports
or interesting suggestions.
You can find steghide at:
* https://github.com/StefanoDeVuono/steghide
* http://steghide.sourceforge.net/index.php
Stefan Hetzl <[email protected]> Steghide Author / Maintainer
122 changes: 2 additions & 120 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,122 +1,4 @@
steghide 0.5.1 :
Stegseek 0.1 :
================

* new algorithm that maintains first-order statistics for all file formats

* support for all types of jpeg files (using libjpeg)

* compression of embedded data (using zlib)

* use of permutation as distribution function

* a 'info' command to display the information about a cover- or stego- file (including it's capacity)

* random data can be taken from /dev/urandom

* spanish translation

* romanian translation


steghide 0.4.6b :
=================

* bugfix (did not compile on some systems)


steghide 0.4.6 :
================

* support for the jpeg file format

* switched from C to C++ (partial rewrite)

* bugfixes


steghide 0.4.5 :
================

* internationalization (GNU gettext)

* german locale

* french locale


steghide 0.4.4 :
================

* performance rewrite of memory management code


steghide 0.4.3 :
================

* support for crc32 checksum of the plain data

* switch to enable/disable embedding of plain file name

* rewrite of some parts


steghide 0.4.2 :
================

* interval length defaults to the maximum possible

* verbosity, quiet and force switches

* prompt for passphrase if not given on command line


steghide 0.4.1 :
================

* more secure embedding algorithm

* libmcrypt is used for encryption

* libmhash is used for hashing

* command line syntax revision

* reorganisation and partial rewrite

* bugfixes


steghide 0.3 :
==============

* blowfish encryption

* md5 for generating 128 bit keys from passphrase

* autconf and automake

* rpm packages

* support for au files

* man page

* interactive mode

* command line syntax revision

* fixed a bug that prevented the use of stdin as cover or stego data stream


steghide 0.2 :
==============

* support for wav (pcm) files

* support for bmp files that use color tables

* support for OS/2 1.x bmp files

* file format auto-detection

* internal changes (better buffer-management)
* Initial release
207 changes: 0 additions & 207 deletions LEAME

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
SUBDIRS = m4 intl po doc src tests
SUBDIRS = m4 src tests
docdir = $(prefix)/share/doc/$(PACKAGE)
EXTRA_DIST = config.rpath mkinstalldirs ABOUT-NLS BUGS CREDITS HISTORY LEAME depcomp
doc_DATA = ABOUT-NLS BUGS COPYING CREDITS HISTORY INSTALL LEAME README TODO
EXTRA_DIST = config.rpath mkinstalldirs BUGS CREDITS HISTORY depcomp
doc_DATA = BUGS COPYING CREDITS HISTORY INSTALL README
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
config.sub configure depcomp install-sh missing mkinstalldirs steghide.doxygen steghide.spec

Expand Down
Loading

0 comments on commit f196bf4

Please sign in to comment.