]> AND Private Git Repository - HindawiJournalOfChaos.git/blob - article.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
abstract, conclusion
[HindawiJournalOfChaos.git] / article.tex
1 \documentclass{article}
2 \usepackage[T1]{fontenc}
3 \usepackage[utf8]{inputenc}
4 \usepackage{lmodern}
5 \usepackage{dsfont}
6 \usepackage{ntheorem}
7 \usepackage{amsfonts}
8 \usepackage{amsmath}
9 \usepackage{amssymb}
10 \usepackage{graphicx}
11 \usepackage{stmaryrd}
12 \usepackage{subfigure}
13 \usepackage{cite}
14 \usepackage{amscd}
15 \usepackage[noend]{algorithmic}
16 \usepackage[ruled,vlined]{algorithm2e}
17 \usepackage{url}
18 \usepackage{color}
19
20 \newtheorem{Ex}{Example}
21 \newtheorem{Def}{Definition}
22 \newtheorem{Rem}{Rem}
23 \newtheorem{Prop}{Proposition}
24 \newtheorem{Th}{Theorem}
25 \newtheorem{Pre}{Proof}
26 \newtheorem{Lemma}{Lemma}
27
28 \title{On the interest and realization of chaos-based information hiding schemes: a review}
29 \author{Christophe Guyeux, Jean-Fran\c cois Couchot, and Jacques M. Bahi\\ \{christophe.guyeux,jean-francois.couchot,jacques.bahi\}@univ-fcomte.fr\\Institut Femto-st, Universit\'e de Franche-Comt\'e, France}
30
31 \begin{document}
32
33 \maketitle
34
35
36 \begin{abstract}
37 Steganographic Information Hiding (IH) schemes 
38 are in competition with Artificial Intelligence based
39 Steganalysers. 
40 However, such kind of latter approaches suffer for dealing with
41 unpredictable behaviors.
42 The open problem is how defective they can be  
43 proven against IH schemes based on mathematical chaos,
44 since this framework is theoretically and practically unpredictable.
45 This article addresses this problem and presents a review of IH schemes
46 based on Devaney's mathematical chaos.
47 \end{abstract}
48
49 \input{IH/intro}
50 \input{IH/notations}
51 \input{IH/ciw1}
52 \input{IH/cis2}
53 \input{IH/di3}
54 %\input{IH/dhCI}
55 %\input{IH/IIHMSP13_2}
56 \input{IH/conclusion}
57 \input{IH/wellKnown}
58
59 \bibliographystyle{plain}
60 \bibliography{mabase}
61 \end{document}