summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-05-02 16:41:06 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-02 16:41:06 +0800
commit0babd3f3251fc26ea2f1cebdca2b3830ee045a24 (patch)
tree638d0fde9ae9cd783ca0a1c1a5d8854324be3bed /thesis.bib
parent59ebb50b73ea4f32a7f4eaec327604b1ee68eb6e (diff)
downloaddissertation-0babd3f3251fc26ea2f1cebdca2b3830ee045a24.tar.xz
related work finished?
Diffstat (limited to 'thesis.bib')
-rw-r--r--thesis.bib57
1 files changed, 57 insertions, 0 deletions
diff --git a/thesis.bib b/thesis.bib
index 5aefd8e..6c5ffcb 100644
--- a/thesis.bib
+++ b/thesis.bib
@@ -402,4 +402,61 @@ This thesis highlights two aspects of the BOOM design: its industry-competitive
organization={IEEE}
}
+% side channel
+@inproceedings{TimingAttack,
+ author = {Kocher, Paul C.},
+ title = {Timing Attacks on Implementations of Diffie-Hellman, RSA, DSS, and Other Systems},
+ booktitle = {Proceedings of the 16th Annual International Cryptology Conference on Advances in Cryptology},
+ series = {CRYPTO '96},
+ year = {1996},
+ isbn = {3-540-61512-1},
+ pages = {104--113},
+ numpages = {10},
+ url = {http://dl.acm.org/citation.cfm?id=646761.706156},
+ acmid = {706156},
+ publisher = {Springer-Verlag},
+ address = {London, UK, UK},
+}
+
+@book{MOP2010,
+ author = {Mangard, Stefan and Oswald, Elisabeth and Popp, Thomas},
+ title = {Power Analysis Attacks: Revealing the Secrets of Smart Cards},
+ year = {2010},
+ isbn = {1441940391, 9781441940391},
+ edition = {1st},
+ publisher = {Springer Publishing Company, Incorporated},
+}
+
+@misc{EMpower,
+ author = {Josyula R. Rao and Pankaj Rohatgi},
+ title = {EMpowering Side-Channel Attacks},
+ howpublished = {Cryptology ePrint Archive, Report 2001/037},
+ year = {2001},
+ note = {\url{https://eprint.iacr.org/2001/037}},
+}
+
+@inproceedings{hutter,
+ title={The temperature side channel and heating fault attacks},
+ author={Hutter, Michael and Schmidt, J{\"o}rn-Marc},
+ booktitle={International Conference on Smart Card Research and Advanced Applications},
+ pages={219--235},
+ year={2013},
+ organization={Springer}
+}
+
+@inproceedings{acoustic,
+ title={Acoustic Side-Channel Attacks on Printers.},
+ author={Backes, Michael and D{\"u}rmuth, Markus and Gerling, Sebastian and Pinkal, Manfred and Sporleder, Caroline},
+ booktitle={USENIX Security symposium},
+ pages={307--322},
+ year={2010}
+}
+
+@phdthesis{gruss,
+ author = {Daniel Gruss},
+ title = {Software-based Microarchitectural Attacks},
+ school = {Graz University of Technology},
+ year = 2017,
+}
+
% vim:ts=4:sw=4