-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogenigma.html
More file actions
328 lines (277 loc) · 14.8 KB
/
blogenigma.html
File metadata and controls
328 lines (277 loc) · 14.8 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!doctype html>
<html lang="en">
<head>
<title>BreakTheCode — FindYourWay</title>
<link rel = "icon" type = "image/png" href = "images/BTClogo.PNG">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="html, css, javascript, jquery">
<meta name="author" content="">
<link rel="stylesheet" href="css/vendor/icomoon/style.css">
<link rel="stylesheet" href="css/vendor/owl.carousel.min.css">
<link rel="stylesheet" href="css/vendor/aos.css">
<link rel="stylesheet" href="css/vendor/animate.min.css">
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="css/vendor/jquery.fancybox.min.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-nav-target" data-offset="200">
<nav class="unslate_co--site-mobile-menu">
<div class="close-wrap d-flex">
<a href="#" class="d-flex ml-auto js-menu-toggle">
<span class="close-label">Close</span>
<div class="close-times">
<span class="bar1"></span>
<span class="bar2"></span>
</div>
</a>
</div>
<div class="site-mobile-inner"></div>
</nav>
<div class="unslate_co--site-wrap">
<div class="unslate_co--site-inner">
<div class="lines-wrap">
<div class="lines-inner">
<div class="lines"></div>
</div>
</div>
<!-- END lines -->
<nav class="unslate_co--site-nav site-nav-target">
<div class="container">
<div class="row align-items-center justify-content-between text-left">
<div class="col-md-5 text-right">
<ul class="site-nav-ul js-clone-nav text-left d-none d-lg-inline-block">
<li class="has-children">
<a href="index.html#home-section" class="nav-link">Home</a>
<!-- <ul class="dropdown">
<li>
<a href="index.html">Hero Image BG</a>
</li>
<li>
<a href="index-video.html">Video BG</a>
</li>
<li>
<a href="index-hero-slider.html">Hero Slider</a>
</li>
<li>
<a href="index-sidebar-menu.html">Sidebar Menu</a>
</li>
<li>
<a href="index-right-menu.html">Right Menu</a>
</li>
</ul> -->
</li>
<li><a href="index.html#portfolio-section" class="nav-link">WorkSpace</a></li>
<!-- <li><a href="index.html#about-section" class="nav-link">About</a></li> -->
<!-- <li><a href="index.html#services-section" class="nav-link">Services</a></li> -->
</ul>
</div>
<div class="site-logo pos-absolute">
<a href="index.html" class="unslate_co--site-logo">BreakTheCode<span>.</span></a>
</div>
<div class="col-md-5 text-right text-lg-left">
<ul class="site-nav-ul js-clone-nav text-left d-none d-lg-inline-block">
<!-- <li><a href="index.html#skills-section" class="nav-link">Skills</a></li>
<li><a href="index.html#testimonial-section" class="nav-link">Testimonial</a></li> -->
<li><a href="index.html#journal-section" class="nav-link active">Journal</a></li>
<li><a href="index.html#contact-section" class="nav-link">Contact</a></li>
</ul>
<ul class="site-nav-ul-none-onepage text-right d-inline-block d-lg-none">
<li><a href="#" class="js-menu-toggle">Menu</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- END nav -->
<div class="cover-v1 jarallax overlay" style="background-image: url('images/enigma.jpg');">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8 mx-auto text-center">
<h1 class="blog-heading" data-aos="fade-up" data-aos-delay="0">Breaking Enigma</h1>
<div class="post-meta" data-aos="fade-up" data-aos-delay="100">By Stanley on May 15, 2020 • 5 mins read<i> - cited</i></div>
</div>
</div>
</div>
<!-- dov -->
<a href="#blog-single-section" class="mouse-wrap smoothscroll">
<span class="mouse">
<span class="scroll"></span>
</span>
<span class="mouse-label">Scroll</span>
</a>
</div>
<!-- END .cover-v1 -->
<div class="unslate_co--section" id="blog-single-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<h3 class="mb-4">The Bombe</h3>
<p> Turing's machine that broke Enigma</p>
<p><img src="images/bombe.jpg" alt="Image" class="img-fluid"></p>
<p>The Bombes were 7ft wide, 6ft 6in tall and weighed a ton – literally. They had 12 miles of wiring and 97,000 different parts. Turning’s prototype was built on a budget of £100,000, which is around £4m today.
Essentially, the Turing Bombe was an electromechanical machine comprised of the equivalent of 36 different Enigma machines, each one containing the exact internal wiring of the German counterpart.
When the Bombe was switched on, each of the Enigmas is allocated a pair of letters from the obtained crib text (for example, when a D becomes a T in the guessed word)
Once the machine is switched on, each of the three rotors moves at a rate mimicking the Enigma itself, checking on approximately 17,500 possible positions until it finds a match.
<a href="http://home.bt.com/tech-gadgets/cracking-the-enigma-code-how-turings-bombe-turned-the-tide-of-wwii-11363990654704" target="_blank"> Read More...</a></p>
<div class="pt-5 categories_tags ">
<p>Categories: <a href="portfolio-single-1.html">TheEnigma</a>, <a href="#"> Alan Turing</a> Tags: <a href="#">#breakingenigma</a>, <a href="#">#imitationgame</a></p>
</div>
<div class="post-single-navigation d-flex align-items-stretch">
<a href="blogquantum.html" class="mr-auto w-50 pr-4">
<span class="d-block">Previous Post</span>
QuantumMapping
</a>
<a href="index.html" class="ml-auto w-50 text-right pl-4">
<span class="d-block">Next Post</span>
Get Back Home
</a>
</div>
<!-- <div class="pt-5">
<h3 class="mb-5">6 Comments</h3>
<ul class="comment-list">
<li class="comment">
<div class="vcard bio">
<img src="images/person_woman_2.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Irish Smith</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
<li class="comment">
<div class="vcard bio">
<img src="images/person_woman_1.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Christine Stewart</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/person_man_3.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Chintan Patel</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/person_man_2.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>John Doe</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/person_man_1.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Ben Afflick</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="comment">
<div class="vcard bio">
<img src="images/person_woman_3.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Jean Doe</h3>
<div class="meta">January 9, 2018 at 2:21pm</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem laborum necessitatibus, ipsam impedit vitae autem, eum officia, fugiat saepe enim sapiente iste iure! Quam voluptas earum impedit necessitatibus, nihil?</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
</ul> -->
<!-- END comment-list -->
<div class="comment-form-wrap pt-5">
<h3 class="mb-5">Leave a comment</h3>
<form action="#" class="">
<div class="form-group">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="website">Website</label>
<input type="url" class="form-control" id="website">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="5" class="form-control"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Post Comment" class="btn btn-primary btn-md">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="unslate_co--footer unslate_co--section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="footer-site-logo"><a href="#">BreakTheCode<span>.</span></a></div>
<ul class="footer-site-social">
<li><a href="https://twitter.com/stan_stush" target="_blank" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="http://www.linkedin.com/in/stanleygathagu" target="_blank" class="icon brands alt fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/ngunyi" target="_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:breakthecode-e@protonmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<!--
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Dribbble</a></li>
<li><a href="#">Behance</a></li> -->
</ul>
<p class="site-copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved. <a href="https://google.com" target="_blank">Enigma</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Loader -->
<div id="unslate_co--overlayer"></div>
<div class="site-loader-wrap">
<div class="site-loader"></div>
</div>
<script src="js/scripts-dist.js"></script>
<script src="js/main.js"></script>
</body>
</html>