From b58c60bcc4a6f3d3ccf4194ef862a808fdc3313b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 01:55:38 +0000 Subject: 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. --- tracwiki/SideChannel.trac | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tracwiki/SideChannel.trac (limited to 'tracwiki/SideChannel.trac') 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 -- cgit v1.2.3