-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotations_appendix.ptx
123 lines (87 loc) · 3.9 KB
/
quotations_appendix.ptx
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
123
<?xml version="1.0" encoding="UTF-8" ?>
<!--********************************************************************
Copyright 2017 Charles F. Rocca Jr
This file is part of a MathBook XML project.
This project is focused on creating a brief inquiry based text for
use in a introductory course in cryptology for non-technical students.
The material is presented, whenever possible, in a historically honest
manner.
Copyright 2015 Robert A. Beezer
This file is part of MathBook XML.
MathBook XML 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 2 or version 3 of the
License (at your option).
MathBook XML 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 MathBook XML. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************-->
<appendix xml:id="text_quotes" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Quotations Appendix</title>
<!--
Chapter 1 Quotations
-->
<section>
<title>Chapter 1 Quotes:</title>
<p><alert>Julius Caesar Shift:</alert></p>
<xi:include href="quote_code/Julius_Shift.ptx" />
<p><alert>Augustus Caesar Shift:</alert></p>
<xi:include href="quote_code/augustus_shift.ptx" />
<p><alert>Falconer on 26!:</alert></p>
<xi:include href="quote_code/falconer_on_26_factorial.ptx" />
<p><alert>Ibn ad-Durayhim on Numerical Ciphers:</alert></p>
<xi:include href="quote_code/adDurayhim_numerical_ciphers.ptx" />
</section>
<!--
Chapter 2 Quotations
-->
<section>
<title>Chapter 2 Quotes:</title>
<p><alert>Al-Kindi on Frequency Analysis:</alert></p>
<xi:include href="quote_code/alkindi_frequencies.ptx" />
<p><alert>Falconer's Analysis Step 1-4:</alert></p>
<xi:include href="quote_code/falconer_vowel_v_consonant.ptx" />
<xi:include href="quote_code/falconer_vowel_v_vowel.ptx" />
<xi:include href="quote_code/falconer_consonant_v_consonant.ptx" />
<xi:include href="quote_code/falconer_additional.ptx" />
</section>
<!--
Chapter 3 Quotations
-->
<section>
<title>Chapter 3 Quotes:</title>
<p><alert>Alberti's Polyalphabetic Cipher:</alert></p>
<xi:include href="quote_code/alberti_polyalpha.ptx" />
<p><alert>Vigenère's Polyalphabetic Cipher:</alert></p>
<xi:include href="quote_code/vigenere_cipher.ptx" />
<figure>
<caption>
Vigenère's Tableau
</caption>
<image width="100%" source="images/vigenere_table.png">
<description> This is Vigenère's tableau as he actually used it in his text. </description>
</image>
</figure>
<p><alert>Agripa's Pigpen Cipher</alert></p>
<xi:include href="quote_code/agripa_pig.ptx" />
<p><alert>Vigenère's Autokey Cipher</alert></p>
<xi:include href="quote_code/vigenere_autokey.ptx" />
<figure xml:id="vigenere_auto_table">
<caption>Table used for Vigenère's Autokey Cipher</caption>
<image width="70%" source="images/vigenere_auto_table.png">
<description>This is the table that Vigenère used for his Autokey Cipher</description>
</image>
</figure>
</section>
<!--
Chapter 6 Quotations
-->
<section>
<title>Chapter 6 Quotes:</title>
<p><alert>Hill's Cryptography in an Algebraic Alphabet:</alert></p>
<xi:include href="quote_code/hill_crypto_alpha.ptx" />
</section>
</appendix>