File: HISTORY

package info (click to toggle)
steghide 0.5.1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,440 kB
  • sloc: cpp: 13,302; ansic: 6,184; sh: 3,960; makefile: 384; yacc: 316; perl: 228; sed: 16
file content (122 lines) | stat: -rw-r--r-- 1,957 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
steghide 0.5.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)