Česky
Kamil Dudka

Digital Watermarking (C++, Qt3, gnulib)

File detail

Name:DownloadREADME [Download]
Location: kry2 > kry2-1.0pre1
Size:1.6 KB
Last modification:2022-09-09 13:06

File content

kry2
====
    By Kamil Dudka <xdudka00@stud.fit.vutbr.cz>, 2009

This archive contains source codes of kry2 and its documentation. It requires
an implementation of Hamming code encoder/decoder by Michael Dipperstein and
gnulib module crypto/md5. Source codes of these sub-projects are included.

Fresh version of the sub-projects can be obtained from:
http://michael.dipperstein.com/hamming/index.html
http://www.gnu.org/software/gnulib/

License
-------
kry2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

kry2 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with kry2.  If not, see <http://www.gnu.org/licenses/>.

Build
-----
Build system CMake (http://www.cmake.org/) is required for successful build.
To build kry2 including all sub-projects just type 'make'.

Archive content
---------------
./doc                   LaTeX documentation's sources
./doc/design.png        image with hidden data inside
./doc/kry2.pdf          documentation [Czech only]
./check.sh              testing script
./gl_src                gnulib module crypto/md5 source codes
./hamming-0.3           Hamming code implementation by Michael Dipperstein
./src                   kry2 source codes
./COPYING               GPL v3 license
./Makefile              root Makefile