summaryrefslogtreecommitdiff
path: root/tracwiki/SideChannel.trac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-02-14 01:55:38 +0000
committerRob Austein <sra@hactrn.net>2021-02-14 01:55:38 +0000
commitb58c60bcc4a6f3d3ccf4194ef862a808fdc3313b (patch)
treead43c2b937db286c2b3320b57066a9581264444a /tracwiki/SideChannel.trac
parent23bb68fe7e9cc8af176ff60b56e8a51a70f05a89 (diff)
Hack images, store outputs in git again for now
Easier to track what each script change does if we keep the before and after versions of the markdown in git too. Clean this up eventually, but simplifies development.
Diffstat (limited to 'tracwiki/SideChannel.trac')
-rw-r--r--tracwiki/SideChannel.trac7
1 files changed, 7 insertions, 0 deletions
diff --git a/tracwiki/SideChannel.trac b/tracwiki/SideChannel.trac
new file mode 100644
index 0000000..bfeb2b5
--- /dev/null
+++ b/tracwiki/SideChannel.trac
@@ -0,0 +1,7 @@
+
+= Side Channel Attacks =
+
+Side Channel attacks on hardware are hard to avoid, detect and mitigate. But this should not stop us from trying. The CrypTech platform should be developed with side channel issues in mind. This page tries to collect information about relevant side channel attacks, mitigation strategies, side channel resistant design methods (blinding for example) and detection.
+
+* http://eprint.iacr.org/2013/579 "On Measurable Side-Channel Leaks inside ASIC Design Primitives"
+* http://people.umass.edu/gbecker/BeckerChes13.pdf "Stealthy Dopant-Level Hardware Trojans" \ No newline at end of file