-
Notifications
You must be signed in to change notification settings - Fork 9
/
literature.bib
3744 lines (3364 loc) · 117 KB
/
literature.bib
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% This file was created with JabRef 2.8.1.
% Encoding: Cp1252
@incollection{hinterwalder2014full,
title={Full-size high-security ECC implementation on MSP430 microcontrollers},
author={Hinterw{\"a}lder, Gesine and Moradi, Amir and Hutter, Michael and Schwabe, Peter and Paar, Christof},
booktitle={Progress in Cryptology -- LATINCRYPT 2014},
pages={31--47},
year={2014},
publisher={Springer}
}
@incollection{bernstein2006curve25519,
title={{Curve25519: new Diffie-Hellman speed records}},
author={Bernstein, Daniel J},
booktitle={Public Key Cryptography -- PKC 2006},
pages={207--228},
year={2006},
publisher={Springer}
}
@article{karatsubaMul,
author = {A. Karatsuba and Y. Ofman},
title = {{Multiplication of Many-Digital Numbers by Automatic Computers}},
year = {1963},
journal = {Nauk SSSR},
pages = {293-294}
}
@MISC{SOInt,
author = {Maarten Bodewes},
title = {{Stackoverflow: Simulate int variables with byte or short}},
note = {\url{https://stackoverflow.com/questions/13947638/simulate-int-variables-with-byte-or-short}},
date-added = {2013-05-05 12:53:02 +0000},
date-modified = {2013-05-05 12:53:02 +0000},
owner = {david},
timestamp = {2013.04.16}
}
@incollection{PresentCipher,
year={2007},
isbn={978-3-540-74734-5},
booktitle={CHES'07},
volume={4727},
series={LNCS},
editor={Paillier, Pascal and Verbauwhede, Ingrid},
doi={10.1007/978-3-540-74735-2_31},
title={{PRESENT: An Ultra-Lightweight Block Cipher}},
url={http://dx.doi.org/10.1007/978-3-540-74735-2_31},
publisher={Springer},
author={Bogdanov, A. and Knudsen, L.R. and Leander, G. and Paar, C. and Poschmann, A. and Robshaw, M.J.B. and Seurin, Y. and Vikkelsoe, C.},
pages={450-466},
language={English}
}
@book{Cohen:2012:HEH:2463153,
author = {Cohen, Henri and Frey, Gerhard and Avanzi, Roberto and Doche, Christophe and Lange, Tanja and Nguyen, Kim and Vercauteren, Frederik},
title = {Handbook of Elliptic and Hyperelliptic Curve Cryptography, Second Edition},
year = {2012},
isbn = {1439840008, 9781439840009},
edition = {2nd},
publisher = {Chapman \& Hall/CRC},
}
@INPROCEEDINGS{wistp11,
author = {Alessandro Barenghi and Gerardo Pelosi and Yannick Teglia},
title = {Information Leakage Discovery Techniques to Enhance Secure Chip Design},
booktitle = {WISTP},
year = {2011},
pages = {128-143},
bibsource = {DBLP, http://dblp.uni-trier.de},
crossref = {DBLP:conf/wistp/2011},
ee = {http://dx.doi.org/10.1007/978-3-642-21040-2_9}
}
@INPROCEEDINGS{OGOP2004,
author = {Siddika Berna {\"O}rs and Frank K. G{\"u}rkaynak and Elisabeth Oswald
and Bart Preneel},
title = {Power-{A}nalysis {A}ttack on an {ASIC} {AES} {I}mplementation},
booktitle = {Proceedings of {ITCC}~2004},
year = {2004},
pages = {546--552},
publisher = {IEEE Computer Society}
}
@INPROCEEDINGS{OrsOP03,
author = {Siddika Berna {\"O}rs and Elisabeth Oswald and Bart Preneel},
title = {{Power-Analysis Attacks on an FPGA - First Experimental Results}},
booktitle = {CHES'03},
year = {2003},
volume = {2779},
series = {LNCS},
pages = {35-50},
publisher = {Springer}
}
@INPROCEEDINGS{attackers91,
author = {D. Abraham and G. Dolan and G. Double and J. Stevens},
title = {{Transaction Security System}},
booktitle = {IBM Systems Journal 30},
year = {1991},
pages = {206-229}
}
@INPROCEEDINGS{keeloq_joc10,
author = {Aerts, Wim and Biham, Eli and De Moiti\'{e}, Dieter and De Mulder,
Elke and Dunkelman, Orr and Indesteege, Sebastiaan and Keller, Nathan
and Preneel, Bart and Vandenbosch, Guy and Verbauwhede, Ingrid},
title = {{A Practical Attack on KeeLoq}},
year = {2010},
pages = {1-22},
publisher = {Springer New York},
issn = {0933-2790},
journal = {Journal of Cryptology},
owner = {david},
timestamp = {2013.04.16}
}
@ARTICLE{Agosta2010,
author = {Giovanni Agosta and Alessandro Barenghi and Fabrizio De Santis and
Gerardo Pelosi},
title = {{Record Setting Software Implementation of DES Using CUDA}},
journal = {Information Technology: New Generations, Third International Conference
on},
year = {2010},
pages = {748-755}
}
@inproceedings{Biham1997,
author = {Biham, Eli},
title = {{A Fast New DES Implementation in Software}},
booktitle = {Proceedings of the 4th International Workshop on Fast Software Encryption},
series = {FSE'97},
year = {1997},
isbn = {3-540-63247-6},
pages = {260--272},
numpages = {13},
acmid = {757246},
publisher = {Springer},
address = {London, UK},
}
@INPROCEEDINGS{AgrawalARR02,
author = {Agrawal,, Dakshi and Archambeault,, Bruce and Rao,, Josyula R. and
Rohatgi,, Pankaj},
title = {The {EM} {S}ide-{C}hannel(s)},
booktitle = {Cryptographic Hardware and Embedded Systems -- CHES'02},
year = {2003},
series = {LNCS},
pages = {29--45},
publisher = {Springer},
isbn = {3-540-00409-2},
owner = {david},
timestamp = {2013.04.16}
}
@MANUAL{SaseboB,
title = {{Side-channel Attack Standard Evaluation Board SASEBO-B Specification}},
author = {AIST},
year = {2008},
note = {\url{http://www.risec.aist.go.jp/project/sasebo/download/SASEBO-B\_Spec\_Ver1.0\_English.pdf}},
owner = {pawel},
timestamp = {2012.09.20}
}
@inproceedings{CIA10,
author = {J{\"o}rn-Marc Schmidt and
Michael Tunstall and
Roberto Maria Avanzi and
Ilya Kizhvatov and
Timo Kasper and
David Oswald},
title = {{Combined Implementation Attack Resistant Exponentiation}},
booktitle = {LATINCRYPT'10},
publisher = {Springer},
year = {2010},
pages = {305-322},
series = {LNCS},
volume = {6212},
isbn = {978-3-642-14711-1},
}
@INPROCEEDINGS{KasperKOZP-2013-rfidsec,
author = {Kasper, Timo and K\"{u}hn, Alexander and Oswald, David and Zenger, Christian and Paar, Christof},
title = {{Rights Management with NFC Smartphones and Electronic ID Cards: A Proof of Concept for Modern Car Sharing}},
booktitle = {Workshop on RFID Security -- RFIDSec'13},
year = {2013},
editor = {},
volume = {},
series = {LNCS},
pages = {},
month = {July},
address = {Graz, Austria},
organization = {},
publisher = {Springer},
pdf = {},
}
@inproceedings{RenauldS09,
author = {Mathieu Renauld and
Fran\c{c}ois-Xavier Standaert},
title = {{Algebraic Side-Channel Attacks}},
year = {2009},
pages = {393-410},
editor = {Feng Bao and
Moti Yung and
Dongdai Lin and
Jiwu Jing},
booktitle = {5th International Conference on Information Security and Cryptology -- Inscrypt'09},
publisher = {Springer},
series = {LNCS},
volume = {6151},
isbn = {978-3-642-16341-8},
}
@INPROCEEDINGS{amiel07,
author = {Amiel, Frederic and Villegas, Karine and Feix, Benoit and Marcel,
Louis},
title = {{Passive and Active Combined Attacks: Combining Fault Attacks and
Side Channel Analysis}},
booktitle = {Proceedings of the Workshop on Fault Diagnosis and Tolerance
in Cryptography -- FDTC '07},
year = {2007},
pages = {92--102},
address = {Washington, DC, USA},
publisher = {IEEE Computer Society},
bdsk-url-1 = {http://dx.doi.org/10.1109/FDTC.2007.10},
doi = {http://dx.doi.org/10.1109/FDTC.2007.10},
owner = {david},
timestamp = {2013.04.16}
}
@MANUAL{ad8058_datatsheet,
title = {{AD8058 Dual, High Performance Voltage Feedback 325 MHz Amplifier
Datasheet}},
author = {{Analog Devices, Inc.}},
year = {2009},
bdsk-url-1 = {http://www.analog.com/static/imported-files/data_sheets/AD8057_8058.pdf},
owner = {david},
timestamp = {2009.08.12},
note = {\url{http://www.analog.com/static/imported-files/data_sheets/AD8057_8058.pdf}}
}
@MANUAL{msp_datasheet,
title = {{MSP430FR59xx Mixed-Signal Microcontrollers}},
author = {{Texas Instruments}},
year = {2016},
bdsk-url-1 = {http://www.ti.com/lit/ds/symlink/msp430fr5969.pdf},
owner = {david},
note = {\url{http://www.ti.com/lit/ds/symlink/msp430fr5969.pdf}}
}
@MANUAL{ad9283_datasheet,
title = {{AD9283: 8-Bit, 50 MSPS/80 MSPS/100 MSPS ADC Datasheet}},
author = {{Analog Devices, Inc.}},
year = {2009},
bdsk-url-1 = {http://www.analog.com/static/imported-files/data_sheets/AD9283.pdf},
owner = {david},
timestamp = {2009.08.12},
note = {\url{http://www.analog.com/static/imported-files/data_sheets/AD9283.pdf}}
}
@MANUAL{ad9708_datasheet,
title = {{AD9708 8-Bit, 100 MSPS+ TxDAC D/A Converter Datasheet}},
author = {{Analog Devices, Inc.}},
year = {2009},
bdsk-url-1 = {http://www.analog.com/static/imported-files/data_sheets/AD9708.pdf},
owner = {david},
timestamp = {2009.08.12},
note = {\url{http://www.analog.com/static/imported-files/data_sheets/AD9708.pdf}}
}
@MANUAL{ad8045_datasheet,
title = {{AD8045 Voltage Feedback High Speed Amplifier Datasheet}},
author = {{Analog Devices, Inc.}},
year = {2004},
bdsk-url-1 = {http://www.analog.com/static/imported-files/data_sheets/AD8045.pdf},
owner = {david},
timestamp = {2009.08.12},
note = {\url{http://www.analog.com/static/imported-files/data_sheets/AD8045.pdf}}
}
@incollection{crypto_paper_sv,
year={2013},
isbn={978-3-642-40040-7},
booktitle={Advances in Cryptology -- CRYPTO'13},
volume={8042},
series={LNCS},
editor={Canetti, Ran and Garay, Juan A.},
doi={10.1007/978-3-642-40041-4_9},
title={{Fuming Acid and Cryptanalysis: Handy Tools for Overcoming a Digital Locking and Access Control System}},
url={http://dx.doi.org/10.1007/978-3-642-40041-4_9},
publisher={Springer},
author={Strobel, Daehyun and Driessen, Benedikt and Kasper, Timo and Leander, Gregor and Oswald, David and Schellenberg, Falk and Paar, Christof},
pages={147-164}
}
@InProceedings{Strobel15,
Title = {{SCANDALee: A Side-ChANnel-based DisAssembLer using Local Electromagnetic Emanations}},
Author = {Daehyun Strobel and Florian Bache and David Oswald and Falk Schellenberg and Christof Paar},
Booktitle = {Design, Automation and Test in Europe -- DATE'15},
Year = {2015},
Owner = {david},
Timestamp = {2015.04.13},
Url = {http://www.emsec.rub.de/media/crypto/veroeffentlichungen/2015/03/05/SCANDALee_.pdf}
}
@Electronic{Oswald11_1,
Title = {{Breaking Mifare DESFire MF3ICD40: Power Analysis and Templates in the Real World --- Extended Version}},
Author = {David Oswald and Christof Paar},
HowPublished = {available online},
Url = {http://www.emsec.rub.de/media/crypto/veroeffentlichungen/2011/10/10/desfire_2011_extended_1.pdf},
Year = {2011},
Owner = {david},
Timestamp = {2013.04.16}
}
@InProceedings{Oswald11_2,
Title = {{Breaking Mifare DESFire MF3ICD40: Power Analysis and Templates in the Real World}},
Author = {David Oswald and Christof Paar},
Booktitle = {Cryptographic Hardware and Embedded Systems -- CHES'11},
Year = {2011},
Pages = {207-222},
Publisher = {Springer},
Series = {LNCS},
Volume = {6917},
Url = {http://www.emsec.rub.de/media/crypto/veroeffentlichungen/2011/10/10/desfire_2011_1.pdf}
}
@InProceedings{Oswald13_2,
Title = {{Side-Channel Attacks on the Yubikey 2 One-Time Password Generator}},
Author = {David Oswald and Bastian Richter and Christof Paar},
Booktitle = {16th International Symposium on Research in Attacks, Intrusions and Defenses -- RAID'13},
Year = {2013},
Editor = {Stolfo, Salvatore and Stavrou, Angelos and Wright, Charles},
Pages = {202-222},
Publisher = {Springer},
Series = {LNCS},
Volume = {8145},
Owner = {david},
Timestamp = {2013.04.16},
Url = {http://www.emsec.rub.de/media/crypto/veroeffentlichungen/2014/02/04/paper_yubikey_sca.pdf}
}
@PhdThesis{OswaldPhD13,
Title = {{Implementation Attacks: From Theory to Practice}},
Author = {David Oswald},
School = {Ruhr-University Bochum},
Year = {2013},
Month = {September},
Owner = {david},
Timestamp = {2015.04.13},
Url = {http://www.emsec.rub.de/media/crypto/veroeffentlichungen/2010/09/07/paper.pdf}
}
@Article{Strobel14,
Title = {{Microcontrollers as (In)Security Devices for Pervasive Computing Applications}},
Author = {Daehyun Strobel and David Oswald and Bastian Richter and Falk Schellenberg and Christof Paar},
Journal = {Proceedings of the IEEE},
Year = {2014},
Month = {Aug},
Number = {8},
Pages = {1157-1173},
Volume = {102},
Doi = {10.1109/JPROC.2014.2325397},
ISSN = {0018-9219},
Url = {http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6826474&tag=1}
}
@InCollection{Oswald13_1,
Title = {{When Reverse-Engineering Meets Side-Channel Analysis -- Digital Lockpicking in Practice}},
Author = {David Oswald and Daehyun Strobel and Falk Schellenberg and Timo Kasper and Christof Paar},
Booktitle = {Selected Areas in Cryptography -- SAC'13},
Publisher = {Springer},
Year = {2013},
Series = {LNCS},
Owner = {david},
Timestamp = {2013.04.16},
Url = {https://www.hgi.rub.de/media/crypto/veroeffentlichungen/2013/09/26/paper.pdf}
}
@MISC{weapon11,
author = {{ATK}},
title = {{XM25 Counter Defilade Target Engagement System}},
howpublished = {\url{http://www.atk.com/customer_solutions_missionsystems/documents/sw_iw_xm25.pdf}},
month = {May},
year = {2009},
note = {Post ``FPGAs in interesting places - the XM25 Airburst Weapon System''
by Saar Drimer on \url{www.fpgasecurity.com}}
}
@MANUAL{XMEGA,
title = {{XMEGA Manual}},
author = {Atmel},
edition = {{Version A}}
}
@MANUAL{atmega163_ds,
title = {{ATmega163 Datasheet}},
author = {Atmel},
year = {2003},
owner = {david},
timestamp = {2011.02.03},
note = {\url{http://www.atmel.com/dyn/resources/prod_documents/doc1142.pdf}}
}
@MANUAL{baltech_ds,
title = {{ID-engine Universal Contactless Smartcard and RFID Read Write Devices
Datasheet}},
author = {{Baltech}},
year = {2007},
bdsk-url-1 = {http://www.baltech.de/index.php?option=com_docman&task=doc_download&gid=56},
owner = {david},
timestamp = {2009.08.12},
note = {\url{http://www.baltech.de/index.php?option=com_docman&task=doc_download&gid=56}}
}
@INPROCEEDINGS{Bao_breakingpublic,
author = {F. Bao and R. H. Deng and Y. Han and A.Jeng and A. D. Narasimhalu
and T. Ngair},
title = {{Breaking Public Key Cryptosystems on Tamper Resistant Devices in
the Presence of Transient Faults}},
booktitle = {Proceedings of the 5th International Workshop on Security Protocols},
year = {1997},
pages = {115--124},
publisher = {Springer},
owner = {david},
timestamp = {2010.02.04}
}
@INCOLLECTION{Bar12,
author = {Bardou, Romain and Focardi, Riccardo and Kawamoto, Yusuke and Simionato,
Lorenzo and Steel, Graham and Tsay, Joe-Kai},
title = {Efficient Padding Oracle Attacks on Cryptographic Hardware},
booktitle = {Advances in Cryptology -- CRYPTO'12},
publisher = {Springer},
year = {2012},
editor = {Safavi-Naini, Reihaneh and Canetti, Ran},
volume = {7417},
series = {LNCS},
pages = {608-625},
bdsk-url-1 = {http://dx.doi.org/10.1007/978-3-642-32009-5_36},
doi = {10.1007/978-3-642-32009-5_36},
isbn = {978-3-642-32008-8},
owner = {david},
timestamp = {2013.04.16}
}
@INPROCEEDINGS{sinconf2010,
author = {Barenghi, Alessandro and Pelosi, Gerardo and Teglia, Yannick},
title = {{Improving first order differential power attacks through digital
signal processing}},
booktitle = {{ACM-SIGSAC International Conference on Security of Information and
Networks}},
year = {2010},
pages = {124-133},
publisher = {ACM}
}
@INPROCEEDINGS{pacemakerAttack,
author={Halperin, D. and Heydt-Benjamin, T.S. and Ransford, B. and Clark, S.S. and Defend, B. and Morgan, W. and Fu, K. and Kohno, T. and Maisel, W.H.},
booktitle={IEEE Symposium on Security and Privacy -- SP'08},
title={Pacemakers and Implantable Cardiac Defibrillators: Software Radio Attacks and Zero-Power Defenses},
year={2008},
pages={129-142},
doi={10.1109/SP.2008.31},
ISSN={1081-6011}
}
@INPROCEEDINGS{pca_dpa,
author = {Batina, Lejla and Hogenboom, Jip and van Woudenberg, Jasper},
title = {{Getting More from PCA: First Results of Using Principal Component
Analysis for Extensive Power Analysis}},
booktitle = {Topics in Cryptology -- CT-RSA'12},
year = {2012},
editor = {Dunkelman, Orr},
volume = {7178},
series = {LNCS},
pages = {383-397},
publisher = {Springer},
owner = {david},
timestamp = {2013.04.16}
}
@BOOK{Beck1988,
title = {Pr{\"a}parationstechniken f{\"u}r die {F}ehleranalyse an integrierten
{H}albleiterschaltungen},
publisher = {{VCH Verlagsgesellschaft}},
year = {1988},
author = {Friedrich Beck},
owner = {falk},
timestamp = {2012.09.22}
}
@INPROCEEDINGS{Bellare96,
author = {Bellare, Mihir and Canetti, Ran and Krawczyk, Hugo},
title = {{Keying Hash Functions for Message Authentication}},
booktitle = {Advances in Cryptology -- CRYPT0'96},
year = {1996},
series = {LNCS},
pages = {1--15},
address = {London, UK, UK},
publisher = {Springer},
isbn = {3-540-61512-1},
numpages = {15}
}
@BOOK{fi_book_embeddeddevices,
title = {{Fault Injection Techniques and Tools for Embedded Systems Reliability
Evaluation}},
publisher = {Kluwer Academic Publishers},
year = {2003},
author = {Alfredo Benso and Paolo Prinetto},
owner = {david},
timestamp = {2009.09.04}
}
@inproceedings{chari1999towards,
title={Towards sound approaches to counteract power-analysis attacks},
author={Chari, Suresh and Jutla, Charanjit S and Rao, Josyula R and Rohatgi, Pankaj},
booktitle={Advances in Cryptology -- CRYPTO'99},
pages={398--412},
year={1999},
organization={Springer}
}
@incollection{veyrat2012shuffling,
title={Shuffling against side-channel attacks: A comprehensive study with cautionary note},
author={Veyrat-Charvillon, Nicolas and Medwed, Marcel and Kerckhof, St{\'e}phanie and Standaert, Fran{\c{c}}ois-Xavier},
booktitle={Advances in Cryptology -- ASIACRYPT'12},
pages={740--757},
year={2012},
publisher={Springer}
}
@inproceedings{oswald2005side,
title={{A side-channel analysis resistant description of the AES S-box}},
author={Oswald, Elisabeth and Mangard, Stefan and Pramstaller, Norbert and Rijmen, Vincent},
booktitle={Fast Software Encryption -- FSE'05},
pages={413--423},
year={2005},
organization={Springer}
}
@incollection{oswald2006practical,
title={{Practical second-order DPA attacks for masked smart card implementations of block ciphers}},
author={Oswald, Elisabeth and Mangard, Stefan and Herbst, Christoph and Tillich, Stefan},
booktitle={Topics in Cryptology -- CT-RSA'06},
pages={192--207},
year={2006},
publisher={Springer}
}
@incollection{nikova2006threshold,
title={Threshold implementations against side-channel attacks and glitches},
author={Nikova, Svetla and Rechberger, Christian and Rijmen, Vincent},
booktitle={Information and Communications Security},
pages={529--545},
year={2006},
publisher={Springer}
}
@inproceedings{canright2008very,
title={{A very compact "perfectly masked" S-box for AES}},
author={Canright, David and Batina, Lejla},
booktitle={Applied Cryptography and Network Security},
pages={446--459},
year={2008},
organization={Springer}
}
@InProceedings{Schwabe17,
author="Schwabe, Peter
and Stoffelen, Ko",
editor="Avanzi, Roberto
and Heys, Howard",
title={{All the AES You Need on Cortex-M3 and M4}},
booktitle="Selected Areas in Cryptography -- SAC 2016",
year="2017",
publisher="Springer",
address="Cham",
pages="180--194",
isbn="978-3-319-69453-5"
}
@article{montgomery1987speeding,
title={{Speeding the Pollard and elliptic curve methods of factorization}},
author={Montgomery, Peter L},
journal={Mathematics of computation},
volume={48},
number={177},
pages={243--264},
year={1987}
}
@inproceedings{joye2009protecting,
title={{Protecting RSA against fault attacks: The embedding method}},
author={Joye, Marc},
booktitle={Fault Diagnosis and Tolerance in Cryptography FDTC'2009},
pages={41--45},
year={2009},
organization={IEEE}
}
@INPROCEEDINGS{BihamShamir97,
author = {Eli Biham and Adi Shamir},
title = {{Differential Fault Analysis of Secret Key Cryptosystems}},
booktitle = {Proceedings of the 17th Annual International Cryptology Conference
on Advances in Cryptology -- CRYPTO'97},
year = {1997},
pages = {513 - 525},
journal = {LNCS}
}
@ARTICLE{Blaze03,
author = {Matt Blaze},
title = {{Rights Amplification in Master-Keyed Mechanical Locks}},
journal = {IEEE Security {\&} Privacy},
year = {2003},
volume = {1},
pages = {24-32},
number = {2},
note = {\url{http://www.crypto.com/papers/mk.pdf}},
owner = {david},
timestamp = {2013.04.16}
}
@ARTICLE{kerckhoffs83,
author = {Auguste Kerckhoffs},
title = {{La cryptographie militaire}},
journal = {Journal des sciences militaires},
year = {1883},
month = {January},
volume = {IX},
pages = {5-38},
owner = {david},
timestamp = {2013.04.16}
}
@INPROCEEDINGS{Bogd07,
author = {Andrey Bogdanov},
title = {{Attacks on the KeeLoq Block Cipher and Authentication Systems}},
booktitle = {Workshop on RFID Security (RFIDSec'08)},
year = {2007},
note = {\url{rfidsec07.etsit.uma.es/slides/papers/paper-22.pdf}},
owner = {david},
timestamp = {2013.04.16}
}
@INPROCEEDINGS{BonehDemilloLipton97,
author = {Boneh, Dan and Demillo, Richard A. and Lipton, Richard J.},
title = {{On the Importance of Checking Computations}},
booktitle = {Proceedings of Eurocrypt'97},
year = {1997},
pages = {37 - 51}
}
@INPROCEEDINGS{Bono2005,
author = {Stephen C. Bono and Matthew Green and Adam Stubblefield and Ari Juels
and Aviel D. Rubin and Michael Szydlo},
title = {{Security analysis of a cryptographically-enabled RFID device}},
booktitle = {Proceedings of the 14th conference on {USENIX} Security Symposium},
volume = {14},
year = {2005},
publisher = {USENIX Association},
note = {\url{http://www.usenix.org/events/sec05/tech/bono/bono.pdf}},
owner = {david},
timestamp = {2013.04.16}
}
@ARTICLE{BosOS09,
author = {Joppe W. Bos and Dag Arne Osvik and Deian Stefan},
title = {{Fast Implementations of AES on Various Platforms}},
journal = {IACR Cryptology ePrint Archive},
year = {2009},
volume = {2009},
pages = {501},
bdsk-url-1 = {http://eprint.iacr.org/2009/501},
owner = {david},
timestamp = {2013.04.16},
note = {\url{http://eprint.iacr.org/2009/501}}
}
@MISC{ibutton_attack,
author = {Christian Brandt},
title = {{Hacking iButtons}},
howpublished = {Presentation at 27C3},
year = {2010},
owner = {david},
timestamp = {2013.03.26},
note = {\url{http://cribert.freeforge.net/27c3/ibsec.pdf}}
}
@MISC{dash7_wp,
author = {{DASH7 Alliance Security Working Group}},
title = {{DASH7 Security and Privacy, Part 1: Introduction}},
howpublished = {Whitepaper},
year = {2010},
owner = {david},
timestamp = {2013.03.26},
note = {\url{www.dash7.org/whitepapers}}
}
@MISC{prouff_ches2013,
author = {Emmanuel Prouf},
title = {{Side Channel Attacks against Block Ciphers Implementations and Countermeasures}},
howpublished = {Tutorial at CHES'13},
year = {2013},
owner = {david},
timestamp = {2013.03.26},
note = {\url{http://www.chesworkshop.org/ches2013/presentations/ProuffTutorialCHES2013.pdf}}
}
@INPROCEEDINGS{Brie04,
author = {Eric Brier and Christophe Clavier and Francis Olivier},
title = {{Correlation Power Analysis with a Leakage Model}.},
booktitle = {Cryptographic Hardware and Embedded Systems -- CHES'04},
year = {2004},
editor = {Marc Joye and Jean-Jacques Quisquater},
volume = {3156},
series = {LNCS},
pages = {16--29},
publisher = {Springer},
owner = {david},
timestamp = {2013.04.16}
}
@ELECTRONIC{rsa_hack,
author = {Peter Bright},
month = {June},
year = {2011},
title = {{RSA finally comes clean: SecurID is compromised}},
organization = {Ars Technica},
note = {\url{http://arstechnica.com/security/2011/06/rsa-finally-comes-clean-securid-is-compromised/}},
bdsk-url-1 = {http://arstechnica.com/security/2011/06/rsa-finally-comes-clean-securid-is-compromised/},
owner = {david},
timestamp = {2013.03.26}
}
@misc{ wiki:Pearson,
author = {{Wikipedia}},
title = {{Pearson product-moment correlation coefficient --- Wikipedia{,} The Free Encyclopedia}},
year = "2016",
url = "https://en.wikipedia.org/w/index.php?title=Pearson_product-moment_correlation_coefficient&oldid=702729237",
note = "Online; accessed 14-March-2016, \url{https://en.wikipedia.org/w/index.php?title=Pearson_product-moment_correlation_coefficient&oldid=702729237}"
}
@ELECTRONIC{brightsight_sideways,
author = {Brightsight},
year = {2010},
title = {{Unique Tools from the Security Lab}},
howpublished = {Website as of June 1, 2010},
note = {\url{http://www.brightsight.com/tools/sideways}},
owner = {david},
timestamp = {2011.02.03}
}
@TECHREPORT{stuxnet,
author = {William J. Broad and John Markoff and David E. Sanger},
title = {{Israeli Test on Worm Called Crucial in Iran Nuclear Delay}},
institution = {{New York Times}},
year = {2011},
month = {January},
note = {\url{http://www.nytimes.com/2011/01/16/world/middleeast/16stuxnet.html}}
}
@MISC{BSI_Bio,
author = {{BSI -- German Ministry of Security}},
title = {{Security mechanisms in electronic ID documents}},
howpublished = {\url{http://www.bsi.de/fachthem/epass/}},
owner = {Timo},
timestamp = {2009.07.21}
}
@MISC{BSI--GermanMinistryofSecurity,
author = {{BSI -- German Ministry of Security}},
title = {{Security mechanisms in electronic ID documents}},
howpublished = {\url{http://www.bsi.de/fachthem/epass/}},
owner = {Timo},
timestamp = {2009.07.21}
}
@MISC{BSI--GermanMinistryofSecuritya,
author = {{BSI -- German Ministry of Security}},
title = {{Security mechanisms in electronic ID documents}},
howpublished = {\url{http://www.bsi.de/fachthem/epass/}},
owner = {Timo},
timestamp = {2009.07.21}
}
@MISC{bsi_epass,
author = {{BSI -- German Ministry of Security}},
title = {{Technical Guideline TR--03110 Advanced Security Mechanisms for Machine
Readable Travel Documents}},
howpublished = {Website as of October 2010},
month = {October},
year = {2010},
note = {\url{https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/TechGuidelines/TR03110/TR-03110_v205_pdf.pdf?__blob=publicationFile}},
owner = {do},
timestamp = {2011.03.04}
}
@MISC{BSI--GermanMinistryofSecurity2010,
author = {{BSI -- German Ministry of Security}},
title = {{Technical Guideline TR--03110 Advanced Security Mechanisms for Machine
Readable Travel Documents}},
howpublished = {Website as of October 2010},
month = {October},
year = {2010},
note = {\url{https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/TechGuidelines/TR03110/TR-03110_v205_pdf.pdf?__blob=publicationFile}},
owner = {do},
timestamp = {2011.03.04}
}
@MISC{BSI--GermanMinistryofSecurity2008,
author = {{BSI -- German Ministry of Security}},
title = {{Mifare DESFire8 MF3ICD81 Public Evaluation Documentation}},
howpublished = {Website as of October 2008},
month = {October},
year = {2008},
owner = {do},
timestamp = {2011.03.04}
}
@MISC{ev1_cert,
author = {{BSI -- German Ministry of Security}},
title = {{Mifare DESFire8 MF3ICD81 Public Evaluation Documentation}},
howpublished = {Website as of October 2008},
month = {October},
year = {2008},
owner = {do},
timestamp = {2011.03.04}
}
@MASTERSTHESIS{da_dario,
author = {Carluccio, Dario},
title = {{Electromagnetic Side Channel Analysis for Embedded Crypto Devices}},
school = {Ruhr-University Bochum},
year = {2005},
owner = {david},
timestamp = {2013.04.16}
}
@INPROCEEDINGS{Chari2002,
author = {Suresh Chari and Josyula R. Rao and Pankaj Rohatgi},
title = {{Template Attacks}},
booktitle = {Cryptographic Hardware and Embedded Systems -- CHES'02},
year = {2002},
editor = {Burton S. Kaliski Jr. and \c{C}etin Kaya Ko\c{c} and Christof Paar},
volume = {2523},
series = {LNCS},
pages = {13--28},
publisher = {Springer},
owner = {david},
timestamp = {2013.04.16}
}
@INPROCEEDINGS{Clavier2000,
author = {Clavier, Christophe and Coron, Jean-S{\`e}bastien and Dabbous, Nora},
title = {{Differential Power Analysis in the Presence of Hardware Countermeasures}},
booktitle = {Cryptographic Hardware and Embedded Systems -- CHES'00},
year = {2000},
editor = {Ko\c{c}, \c{C}etin and Paar, Christof},
volume = {1965},
series = {LNCS},
pages = {13--48},
publisher = {Springer},
affiliation = {Gemplus Card International Avenue du Pic de Bretagne BP 100 F-13881
Gemenos France},
bdsk-url-1 = {http://dx.doi.org/10.1007/3-540-44499-8_20},
owner = {david},
timestamp = {2013.04.16},
url = {http://dx.doi.org/10.1007/3-540-44499-8_20}
}
@MISC{dpacontest,
author = {{COMELEC department, T{\`e}l{\`e}com ParisTech}},
title = {{DPA Contest v2}},
howpublished = {Website as of February 2012},
note = {\url{http://www.dpacontest.org/v2/index.php}},
owner = {david},
timestamp = {2012.02.28}
}
@MISC{fpgamarket08,
author = {Olivier Coudert},
title = {{Why FPGA startups keep failing}},
year = {2009},
note = {FPGA market shares according to Gartner Inc, 2008.}
}
@INPROCEEDINGS{Courtois2009,
author = {Nicolas Courtois},
title = {{The Dark Side of Security by Obscurity - and Cloning MiFare Classic
Rail and Building Passes, Anywhere, Anytime}},
booktitle = {SECRYPT},
year = {2009},
pages = {331-338},
publisher = {INSTICC},
owner = {Michael},
timestamp = {2009.09.18}
}
@ARTICLE{Courtois2008,
author = {Nicolas T. Courtois and Karsten Nohl and Sean O'Neil},
title = {{Algebraic Attacks on the Crypto-1 Stream Cipher in MiFare Classic
and Oyster Cards}},
year = {2008},
bdsk-url-1 = {http://eprint.iacr.org/2008/166},
howpublished = {Cryptology ePrint Archive, Report 2008/166},
owner = {david},
timestamp = {2013.04.16},
note = {\url{http://eprint.iacr.org/2008/166}}
}
@ELECTRONIC{rsa_blog,
author = {Sam Curry},
month = {June},
year = {2012},
title = {{Don't Believe Everything You Read... Your RSA SecurID Token is Not
Cracked}},
howpublished = {blog entry},
organization = {RSA},
note = {\url{http://blogs.rsa.com/dont-believe-everything-you-read-your-rsa-securid-token-is-not-cracked/}},
bdsk-url-1 = {http://blogs.rsa.com/dont-believe-everything-you-read-your-rsa-securid-token-is-not-cracked/},
owner = {david},
timestamp = {2013.03.26}
}
@MISC{CzechRailways2011,
author = {{Czech Railways}},
title = {{In-karta}},
howpublished = {Website as of March 2011},
month = {March},
year = {2011},
note = {\url{http://www.inkarta.cz/eng-co-je-inkarta.aspx}},
owner = {do},
timestamp = {2011.03.04}
}
@MISC{inkarta,
author = {{Czech Railways}},
title = {{In-karta}},
howpublished = {Website as of March 2011},
month = {March},
year = {2011},
note = {\url{http://www.inkarta.cz/eng-co-je-inkarta.aspx}},
owner = {do},
timestamp = {2011.03.04}
}
@TECHREPORT{Drimer08,
author = {Saar Drimer},
title = {{Security for volatile FPGAs}},
institution = {University of Cambridge, Computer Laboratory},
year = {2009},
number = {UCAM-CL-TR-763},
month = {Novembre},
note = {{ISSN} 1476-2986 \url{http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-763.pdf}}
}
@MISC{dpacontest_debrief,
author = {Dr. Guillaume Duc},
title = {{DPA Contest v2 -- Final Debriefing}},
howpublished = {Special session at COSADE'11},
month = {February},
year = {2011},
owner = {david},
timestamp = {2012.08.15}
}
@INPROCEEDINGS{Eis08,
author = {Thomas Eisenbarth and Timo Kasper and Amir Moradi and Christof Paar
and Mahmoud Salmasizadeh and Mohammad T. Manzuri Shalmani},
title = {{On the Power of Power Analysis in the Real World: A Complete Break
of the KeeLoq Code Hopping Scheme}.},
booktitle = {Advances in Cryptology -- CRYPTO'08},
year = {2008},
volume = {5157},
series = {LNCS},
pages = {203--220},